Skip to content
Permalink
Browse files
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
  • Loading branch information
grooverdan committed Oct 6, 2020
1 parent 350c9eb commit b3a9fbd
Showing 1 changed file with 6 additions and 0 deletions.
@@ -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


0 comments on commit b3a9fbd

Please sign in to comment.