Commit 7c997f4b authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

travis: force deb build not to use ccache

18a2b0a1 wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
parent 13221b1e
...@@ -48,7 +48,7 @@ matrix: ...@@ -48,7 +48,7 @@ matrix:
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable # https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
# in trusty containers # in trusty containers
- export MTR_MEM=/tmp - export MTR_MEM=/tmp
- env DEB_BUILD_OPTIONS="parallel=6" debian/autobake-deb.sh; - env DEB_BUILD_OPTIONS="parallel=6" MYSQL_BUILD_PATH=/usr/local/bin:/usr/bin:/bin debian/autobake-deb.sh;
- ccache --show-stats - ccache --show-stats
# Until OSX becomes a bit more stable: MDEV-12435 # Until OSX becomes a bit more stable: MDEV-12435
allow_failures: allow_failures:
......
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