BewareMyPower commented on pull request #9676:
URL: https://github.com/apache/pulsar/pull/9676#issuecomment-783857975
Did the `apache/pulsar-build` image change recently? The cpp CI failure was
caused by
```
-- Found the following Boost libraries:
-- system
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found
version "3.5.2")
-- PYTHON: 3.5.2
-- DETECTED Python 3
-- Boost version: 1.58.0
```
and
```
CMake Error at python/CMakeLists.txt:84 (MESSAGE):
Could not find Boost Python library
```
because the test image `apache/pulsar-build` doesn't install the
Boost.Python for Python3.
I see other tests detect Python2 but not Python3.
----------------------------------------------------------------
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]