You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Alenka Frim (Jira)" <ji...@apache.org> on 2022/09/05 04:34:00 UTC

[jira] [Created] (ARROW-17612) [Benchmarks] Failing benchmarks on macos-arm

Alenka Frim created ARROW-17612:
-----------------------------------

             Summary: [Benchmarks] Failing benchmarks on macos-arm
                 Key: ARROW-17612
                 URL: https://issues.apache.org/jira/browse/ARROW-17612
             Project: Apache Arrow
          Issue Type: Bug
          Components: Benchmarking
            Reporter: Alenka Frim
            Assignee: Alenka Frim
             Fix For: 10.0.0


The benchmarks build is failing on {{macos-arm}} from the [refactoring PR|https://github.com/apache/arrow/pull/13311], see

[https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1389#0182d90f-8ef9-485e-abe8-fb32d3925c1f]

I guess there is a env var missing in the {{{}dev/conbench_envs/benchmarks.env{}}}. I am struggling a bit to work with it locally so I will in the mean time make a draft PR and try it out on the buildkite with adding
{code:java}
DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib:$DYLD_LIBRARY_PATH
ARROW_INSTALL_NAME_RPATH=OFF {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)