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 9a7c9f6 ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out
9a7c9f6 is described below
commit 9a7c9f681df4a20c0804fbfcf8b8bb7e570b943b
Author: Neal Richardson <[email protected]>
AuthorDate: Tue Jul 7 13:42:59 2020 -0700
ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out
After successfully building arrow, it then does
```
==> Upgrading 64 dependents:
ansible 2.9.6_1 -> 2.9.10, ansible 2.9.6_1 -> 2.9.10, ansible 2.9.6_1 ->
2.9.10, cairo 1.16.0_2 -> 1.16.0_3, cairo 1.16.0_2 -> 1.16.0_3, cairo 1.16.0_2
-> 1.16.0_3, cairo 1.16.0_2 -> 1.16.0_3, cgal 5.0.2 -> 5.0.2_1, cgal 5.0.2 ->
5.0.2_1, gdal 2.4.4_2 -> 3.1.1_1, gdal 2.4.4_2 -> 3.1.1_1, gdal 2.4.4_2 ->
3.1.1_1, gdal 2.4.4_2 -> 3.1.1_1, gdal 2.4.4_2 -> 3.1.1_1, gdal 2.4.4_2 ->
3.1.1_1, gdal 2.4.4_2 -> 3.1.1_1, gdal 2.4.4_2 -> 3.1.1_1, geos 3.8.1 ->
3.8.1_1, geos 3.8.1 -> 3.8.1_1, geos [...]
```
which times out.
https://travis-ci.org/github/ursa-labs/crossbow/builds/705060949
Closes #7665 from nealrichardson/fix-homebrew-cpp
Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
---
dev/tasks/homebrew-formulae/travis.osx.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/homebrew-formulae/travis.osx.yml
b/dev/tasks/homebrew-formulae/travis.osx.yml
index 5df5e9e..8e2e246 100644
--- a/dev/tasks/homebrew-formulae/travis.osx.yml
+++ b/dev/tasks/homebrew-formulae/travis.osx.yml
@@ -43,5 +43,5 @@ before_script:
- brew doctor || true
- brew audit $ARROW_FORMULA
script:
-- brew install -v --build-from-source --HEAD $ARROW_FORMULA
+- brew install -v --HEAD $ARROW_FORMULA
- brew test $ARROW_FORMULA