timmyyuan opened a new pull request #10043: URL: https://github.com/apache/pulsar/pull/10043
Motivation Currently there is no way to pass env variables to the docker container when building the wheel files: https://github.com/apache/pulsar/blob/e4b4627890b7deee6d3ea2b6f2e121f12586b2dd/pulsar-client-cpp/docker/build-wheels.sh#L81). But `setup.py` may still use these variables to custom build wheels: https://github.com/apache/pulsar/blob/e4b4627890b7deee6d3ea2b6f2e121f12586b2dd/pulsar-client-cpp/python/setup.py#L32 and https://github.com/apache/pulsar/blob/e4b4627890b7deee6d3ea2b6f2e121f12586b2dd/pulsar-client-cpp/python/setup.py#L49 This PR makes these variables can be passed by the environment -- 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]
