Skip to content

Commit

Permalink
apacheGH-44218: [Benchmarking][C++] Avoid uwsgi install failure on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 25, 2024
1 parent 242f98c commit 3eb2844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/conbench_envs/hooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ activate_conda_env_for_benchmark_build() {
}

install_arrow_python_dependencies() {
if [[ "$(uname -s)" == "Darwin" ]]; then
export UWSGI_PYTHON_NOLIB=1
fi
pip install -r python/requirements-build.txt -r python/requirements-test.txt
}

Expand Down

0 comments on commit 3eb2844

Please sign in to comment.