Skip to content

Commit

Permalink
travis: force deb build not to use ccache
Browse files Browse the repository at this point in the history
18a2b0a wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jun 29, 2017
1 parent 13221b1 commit 7c997f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,7 @@ matrix:
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
# in trusty containers
- 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
# Until OSX becomes a bit more stable: MDEV-12435
allow_failures:
Expand Down

0 comments on commit 7c997f4

Please sign in to comment.