[ 
https://issues.apache.org/jira/browse/ARROW-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16245792#comment-16245792
 ] 

ASF GitHub Bot commented on ARROW-1781:
---------------------------------------

xhochy commented on a change in pull request #1295: ARROW-1781: Don't use brew 
when using the toolchain
URL: https://github.com/apache/arrow/pull/1295#discussion_r149988095
 
 

 ##########
 File path: ci/travis_before_script_cpp.sh
 ##########
 @@ -51,11 +53,12 @@ if [ "$ARROW_TRAVIS_USE_TOOLCHAIN" == "1" ]; then
   # HACK(wesm): We started experiencing OpenSSL failures when Miniconda was
   # updated sometime on October 2 or October 3
   conda update -y -p $CPP_TOOLCHAIN ca-certificates -c defaults
+else
+  if [ $TRAVIS_OS_NAME == "osx" ]; then
+    brew update && brew bundle -v --file=cpp/Brewfile
 
 Review comment:
   Weirdly the `c_glib` build finished in 16min overall despite the use of 
brew. This may simply have been a problem in the combination of conda+brew.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [CI] OSX Builds on Travis-CI time out often
> -------------------------------------------
>
>                 Key: ARROW-1781
>                 URL: https://issues.apache.org/jira/browse/ARROW-1781
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration
>    Affects Versions: 0.7.1
>            Reporter: Phillip Cloud
>              Labels: pull-request-available
>
> It looks like this command:
> {code}
> brew bundle --file=cpp/Brewfile
> {code}
> takes quite awhile to run. In this build 
> (https://travis-ci.org/cpcloud/arrow/jobs/299219939) it took about 16 minutes 
> to run.
> Is there something we can do to make this faster or use something else to 
> install those packages?
> cc [~kou] [~xhochy]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to