Wes McKinney created ARROW-4023: ----------------------------------- Summary: [Gandiva] Address long CI times in macOS builds Key: ARROW-4023 URL: https://issues.apache.org/jira/browse/ARROW-4023 Project: Apache Arrow Issue Type: Improvement Components: Gandiva Reporter: Wes McKinney Fix For: 0.13.0
I noticed that installing the toolchain and building Gandiva on macOS in Travis CI took over 30 minutes in a recent build https://travis-ci.org/apache/arrow/jobs/467681438#L113 The overall build took ~45 minutes, so this build isn't far away from timing out. It seems that this could be partly caused by installing some heavy dependencies like llvmdev from conda-forge. conda-forge has been getting a lot slower lately. We should see if using defaults to install llvmdev will improve build times, or if there's a faster way to get the toolchain bootstrapped. -- This message was sent by Atlassian JIRA (v7.6.3#76005)