merlimat commented on a change in pull request #1992: Fixed python extension 
build
URL: https://github.com/apache/incubator-pulsar/pull/1992#discussion_r196547282
 
 

 ##########
 File path: pulsar-client-cpp/docker/build-wheels.sh
 ##########
 @@ -44,5 +44,5 @@ for line in "${PYTHON_VERSIONS[@]}"; do
     IMAGE_NAME=$BUILD_IMAGE_NAME:manylinux-$PYTHON_SPEC
 
     echo "Using image: $IMAGE_NAME"
-    docker run -i -v $PWD:/pulsar $IMAGE_NAME 
/build-wheel-file-within-docker.sh
+    docker run -i -v $PWD:/pulsar $IMAGE_NAME 
/pulsar/pulsar-client-cpp/docker/build-wheel-file-within-docker.sh
 
 Review comment:
   Wouldn't the container run in background without the `-i`? We need to wait 
for the script to complete.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to