From cade911a031e48750b7e64ec3b9cb4001c1de820 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Sun, 6 Oct 2019 12:36:13 +0200
Subject: [PATCH] Try to fix slow macos build

Try to prevent node upgrade via homebrew
---
 .ci/install.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.ci/install.sh b/.ci/install.sh
index d8dd67f23..c1f423573 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -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
 
-- 
GitLab