Alexey Shabalin
Results
3
comments of
Alexey Shabalin
Fix like this https://github.com/containers/podman/commit/8ff54cbe8cfe37744f773a6096e6f7413419bb6d
If abseil build with -std=c++17 (default since GCC 11), then protobuf and python module need build with c++17 too. sed -i 's/c++14/c++17/g' python/setup.py