Skip to content

Commit

Permalink
Don't update brew on mac unless a tagged build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcdonnell-kx committed Feb 9, 2021
1 parent 980c5fa commit 82507e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file removed datatype_layout.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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;
fi
brew install apache-arrow
mkdir -p cbuild/install
cp -r /usr/local/opt/apache-arrow/* cbuild/install
Expand Down

0 comments on commit 82507e1

Please sign in to comment.