diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-06-29 15:59:17 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-06-29 10:59:40 +0400 |
commit | 7c997f4b2e25f388367b79b5228de4802d51ed6a (patch) | |
tree | 7d9b8d89ccf26602a98f8c044faf1bbb2dfc2972 /.travis.yml | |
parent | 13221b1eb20c16c0fd19079b670296aa2b789263 (diff) | |
download | mariadb-git-7c997f4b2e25f388367b79b5228de4802d51ed6a.tar.gz |
travis: force deb build not to use ccache
18a2b0a1681af73181bd98d23ae0973fc1249df5 wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c39228c7f2..454bd351627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |