Skip to content
Snippets Groups Projects
Commit cade911a authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix slow macos build

Try to prevent node upgrade via homebrew
parent e34622d5
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ set -ex
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
# uninstall packages, that would get upgraded by upgrading cmake (and we don't need)
brew uninstall --force cgal node sfcgal postgis
brew install qt5 lmdb clang-format ninja libsodium cmark
brew upgrade boost cmake icu4c || true
......
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