BewareMyPower opened a new pull request #9684: URL: https://github.com/apache/pulsar/pull/9684
Fixes #9682 ### Motivation Currently, ci-cpp-tests uses `pulsar-build` image that is from `ubuntu:16.04` to build C++/Python client. The image uses `libboost-all-dev` for CMake to find boost dependencies. However, the Boost.Python library from Ubuntu 16.04's apt source only supports Python 2. After the change of #9609 , CMake found Python 3 by default and then CMake cannot find the Boost Python library. ### Modifications - Modify the related `Dockerfile` to install Boost dependency from source. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. ---------------------------------------------------------------- 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]
