merlimat commented on code in PR #244:
URL: 
https://github.com/apache/pulsar-client-python/pull/244#discussion_r1946894254


##########
pkg/build-wheel-inside-docker.sh:
##########
@@ -46,6 +47,9 @@ if [ $CPP_BINARY_TYPE == "rpm" ]; then
     cd ..
     ./bootstrap-vcpkg.sh
     cd ..
+    if [ $PULSAR_CPP_VERSION == "3.7.0" ]; then
+        patch lib/CMakeLists.txt 
$ROOT_DIR/pkg/manylinux2014/pulsar-client-cpp-3.7.0.patch

Review Comment:
   For next versions, should we just fix this in cpp repo build file? At least 
add a build option



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to