mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
travis: add zstd for osx
This commit is contained in:
parent
36b7f8f4b0
commit
2b39f43613
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ addons:
|
|||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == 'osx' ]]; then
|
||||
brew update;
|
||||
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre;
|
||||
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre zstd;
|
||||
brew link ccache;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue