This is an automated email from the ASF dual-hosted git repository.
npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 7e136a1 ARROW-7922: [CI][Crossbow] Nightly macOS wheel builds fail
(brew bundle edition)
7e136a1 is described below
commit 7e136a1409c4c1e294528376a101048f60119aa1
Author: Neal Richardson <[email protected]>
AuthorDate: Sun Feb 23 12:51:17 2020 -0800
ARROW-7922: [CI][Crossbow] Nightly macOS wheel builds fail (brew bundle
edition)
Closes #6477 from nealrichardson/brew-issues and squashes the following
commits:
a24afa723 <Neal Richardson> Revert "remove travis wait"
03e67f56c <Neal Richardson> brew unlink python@2
fd1d6ebfd <Neal Richardson> remove travis wait
6d3124e2f <Neal Richardson> Fix macOS wheel nightlies
Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
---
dev/tasks/python-wheels/travis.osx.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/tasks/python-wheels/travis.osx.yml
b/dev/tasks/python-wheels/travis.osx.yml
index 1e08263..603614e 100644
--- a/dev/tasks/python-wheels/travis.osx.yml
+++ b/dev/tasks/python-wheels/travis.osx.yml
@@ -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