You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/04/10 02:17:00 UTC

[jira] [Created] (ARROW-12324) [CI] Conda nightly builds timing out

Weston Pace created ARROW-12324:
-----------------------------------

             Summary: [CI] Conda nightly builds timing out
                 Key: ARROW-12324
                 URL: https://issues.apache.org/jira/browse/ARROW-12324
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration
            Reporter: Weston Pace


[https://cloud.drone.io/ursacomputing/crossbow/418/1/2]

[https://cloud.drone.io/ursacomputing/crossbow/420]

 

They are taking over an hour to install & build.

 

This command...
{code:java}
conda build /drone/src/arrow/dev/tasks/conda-recipes/arrow-cpp /drone/src/arrow/dev/tasks/conda-recipes/parquet-cpp -m /drone/src/arrow/dev/tasks/conda-recipes/.ci_support/linux_aarch64_python3.6.____cpython.yaml --clobber-file /drone/src/arrow/dev/tasks/conda-recipes/.ci_support/clobber_linux_aarch64_python3.6.____cpython.yaml --output-folder /drone/src/build_artifacts
{code}
takes over 20 minutes.

 

Most of the time seems to be spent in various conda commands.  I notice that mamba is installed but tools like `conda build` don't use it.  I don't know how stable it is but maybe boa (mamba replacement for conda build) could help?

https://github.com/mamba-org/boa



--
This message was sent by Atlassian Jira
(v8.3.4#803005)