mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
travis: Fix ccache not used on macOS targets
This commit is contained in:
parent
d89d12e3b7
commit
e2939795b1
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ compiler:
|
|||
- clang
|
||||
|
||||
cache:
|
||||
timeout: 300
|
||||
timeout: 500
|
||||
apt: true
|
||||
ccache: true
|
||||
directories:
|
||||
|
@ -158,6 +158,7 @@ before_install:
|
|||
brew update;
|
||||
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre;
|
||||
brew link ccache;
|
||||
export PATH="/usr/local/opt/ccache/libexec:$PATH";
|
||||
fi
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue