Skip to content

Commit

Permalink
ARROW-7922: [CI][Crossbow] Nightly macOS wheel builds fail (brew bund…
Browse files Browse the repository at this point in the history
…le edition)

Closes apache#6477 from nealrichardson/brew-issues and squashes the following commits:

a24afa7 <Neal Richardson> Revert "remove travis wait"
03e67f5 <Neal Richardson> brew unlink python@2
fd1d6eb <Neal Richardson> remove travis wait
6d3124e <Neal Richardson> Fix macOS wheel nightlies

Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
  • Loading branch information
nealrichardson committed Feb 23, 2020
1 parent efbc047 commit 7e136a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ before_install:
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
- git -C arrow checkout FETCH_HEAD

- brew update
- brew unlink python@2
- travis_wait 30 brew bundle --file=arrow/cpp/Brewfile
# Install tools to build bundled Thrift
- brew install
Expand Down

0 comments on commit 7e136a1

Please sign in to comment.