Skip to content
Snippets Groups Projects
Commit da968bba authored by Joe Donofry's avatar Joe Donofry
Browse files

Try to force link of icu4c in mac build

parent 34b23962
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ set -ex
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update
brew install qt5 lmdb clang-format ninja libsodium cmark
brew install icu4c qt5 lmdb clang-format ninja libsodium cmark
brew upgrade boost cmake || true
# Attempt to fix icu4c issues.
brew unlink icu4c && brew link icu4c --force
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
......
......@@ -19,10 +19,6 @@ matrix:
- DEPLOYMENT=1
- USE_BUNDLED_BOOST=0
- USE_BUNDLED_CMARK=0
addons:
homebrew:
packages:
- qt5
- os: linux
compiler: gcc
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment