mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
travis: force deb build not to use ccache
18a2b0a168
wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
This commit is contained in:
parent
13221b1eb2
commit
7c997f4b2e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue