vkvm opened a new pull request #9389: URL: https://github.com/apache/pulsar/pull/9389
- Fix `build-client-lib-within-docker.sh` - Fix `build-client-lib.sh` and add py39 - Add py39 to remaining docker build scripts ### Motivation A python 3.9 client wheel is missing. This is an initial attempt to add it. ### Modifications Mostly just fixing up / modifying build scripts used with docker. I don't know enough about the build system. I made sufficient changes for me to be able to do this (roughly): ```console $ cd pulsar-client-cpp/docker $ ./create-images.sh $ ./build-client-lib.sh $ export BUILD_IMAGE_NAME=pulsar-build $ ./build-wheels.sh 3.9 cp39-cp39 ``` When I built the wheel on my laptop, I commented out all other versions or specified just 3.9. ---------------------------------------------------------------- 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]
