Skip to content

Commit

Permalink
Fix possible name mismatch bugs when build wheel files within docker (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting Yuan authored Mar 28, 2021
1 parent 454b1a5 commit 510ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ python setup.py bdist_wheel
# Audit wheel will make sure no external dependencies are needed for
# the shared library and that only symbols supported by most linux
# distributions are used.
auditwheel repair dist/pulsar_client-*-$PYTHON_SPEC-linux_x86_64.whl
auditwheel repair dist/pulsar_client*-$PYTHON_SPEC-linux_x86_64.whl

0 comments on commit 510ecfa

Please sign in to comment.