Commit b3a9fbdb authored by Daniel Black's avatar Daniel Black

travis: 10.2 only - make faster

Remove from debian build:
* tokudb
* mroonga
* spider
* ograph
* embedded server

Add ccache to debian build.

Backport 10.3 changes to autobake-deb
that make travis faster.

Merge instructions:
Drop this commit on merge to 10.3
parent 350c9eb7
......@@ -26,6 +26,12 @@ then
# Don't include test suite package on Travis-CI to make the build time shorter
sed '/Package: mariadb-test-data/,/^$/d' -i debian/control
sed '/Package: mariadb-test/,/^$/d' -i debian/control
sed '/Package: mariadb-plugin-tokudb/,/^$/d' -i debian/control
sed '/Package: mariadb-plugin-mroonga/,/^$/d' -i debian/control
sed '/Package: mariadb-plugin-spider/,/^$/d' -i debian/control
sed '/Package: mariadb-plugin-oqgraph/,/^$/d' -i debian/control
export MYSQL_COMPILER_LAUNCHER=ccache
sed 's|-DDEB|-DPLUGIN_TOKUDB=NO -DPLUGIN_MROONGA=NO -DPLUGIN_SPIDER=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_PERFSCHEMA=NO -WITH_EMBEDDED_SERVER=OFF -DDEB|' -i debian/rules
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment