merlimat commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-772911712


   The only reason we compile the C++ library for the Docker images is to 
include the Python client library, so that Python function can be executed in 
the Docker containers.
   
   For CI tests purposes, it would be ok to use a snapshot of the Python lib. 
We could be pushing a nightly wheel file to the Apache Snapshot maven repo and 
fetch it from there in the integration tests. 
   
   The thing to be careful though, is that the same Dockerfile are also used to 
prepare the images for release. In that case, we must ensure the image is 
containing the right library compiled from the current working copy of the 
sources.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to