This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit a23f31ccd5f56838e512153622cebf37aa9343e6
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)
    
    
    (cherry picked from commit 510ecfa164034831ad71ade06734f5b685bfa57a)
---
 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

Reply via email to