This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 510ecfa Fix possible name mismatch bugs when build wheel files within
docker (#10051)
510ecfa is described below
commit 510ecfa164034831ad71ade06734f5b685bfa57a
Author: Ting Yuan <[email protected]>
AuthorDate: Sat Mar 27 20:17:04 2021 -0500
Fix possible name mismatch bugs when build wheel files within docker
(#10051)
---
pulsar-client-cpp/docker/build-wheel-file-within-docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
b/pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
index a1846d5..ade3ca0 100755
--- a/pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
+++ b/pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
@@ -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