From 49ba5e729d9f4da3de742d9281e8816af926f853 Mon Sep 17 00:00:00 2001 From: nmcdonnell-kx Date: Wed, 10 Feb 2021 13:45:03 +0000 Subject: [PATCH] Have to update brew. The travis default brew arrow version is apache-arrow 0.15.1. Arrow is currently 3.0 and arrowkdb requires >= 2.0 --- travis_setup.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/travis_setup.sh b/travis_setup.sh index 3b6dc65..0951928 100644 --- a/travis_setup.sh +++ b/travis_setup.sh @@ -14,13 +14,7 @@ APT_LINE sudo apt install -y -V libarrow-dev sudo apt install -y -V libparquet-dev elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ -z "$TRAVIS_TAG" ]]; then - export HOMEBREW_NO_AUTO_UPDATE=1; - brew install apache-arrow; - brew upgrade apache-arrow; - else - brew install apache-arrow; - fi + brew install apache-arrow mkdir -p cbuild/install cp -r /usr/local/opt/apache-arrow/* cbuild/install elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then