Skip to content

Commit

Permalink
apacheGH-40749: [Python][Packaging] Strip unnecessary symbols when bu…
Browse files Browse the repository at this point in the history
…ilding wheels
  • Loading branch information
raulcd committed Jun 7, 2024
1 parent fe4d04f commit 734c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ pushd /arrow/python
python setup.py bdist_wheel

echo "=== (${PYTHON_VERSION}) Tag the wheel with manylinux${MANYLINUX_VERSION} ==="
auditwheel repair -L . dist/pyarrow-*.whl -w repaired_wheels
auditwheel repair --strip -L . dist/pyarrow-*.whl -w repaired_wheels
popd

0 comments on commit 734c266

Please sign in to comment.