forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial python 3.9 client wheel build support (apache#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. I'm mainly concerned about Fedora + RHEL7. ### 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.
- Loading branch information
Showing
6 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters