Skip to content

Commit

Permalink
Have to update brew. The travis default brew arrow version is apache-…
Browse files Browse the repository at this point in the history
…arrow 0.15.1. Arrow is currently 3.0 and arrowkdb requires >= 2.0
  • Loading branch information
nmcdonnell-kx committed Feb 10, 2021
1 parent b7e576e commit 49ba5e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49ba5e7

Please sign in to comment.