Commit 13df03a0 authored by Shinnok's avatar Shinnok Committed by GitHub

Merge pull request #768 from grooverdan/10.3-travis-osx-zstd

MDEV-15578 - travis: add zstd for osx
parents 38f1c9df 2b39f436
...@@ -156,7 +156,7 @@ addons: ...@@ -156,7 +156,7 @@ addons:
before_install: before_install:
- if [[ "${TRAVIS_OS_NAME}" == 'osx' ]]; then - if [[ "${TRAVIS_OS_NAME}" == 'osx' ]]; then
brew update; 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; brew link ccache;
export PATH="/usr/local/opt/ccache/libexec:$PATH"; export PATH="/usr/local/opt/ccache/libexec:$PATH";
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment