fornwall commented on PR #4506: URL: https://github.com/apache/arrow-adbc/pull/4506#issuecomment-4957917398
> C++ compilers available on the manylinux2014 build image only have minimal C++20 support Are we not using `manylinux_2_28` [here](https://github.com/apache/arrow-adbc/blob/main/.env#L32), which gets resolved to `quay.io/pypa/manylinux_2_28:latest` in the [Dockerfile](https://github.com/apache/arrow-adbc/blob/main/ci/docker/python-wheel-manylinux.dockerfile#L19)? That seems to have quite complete toolset (see [New C++ features in GCC 14](https://developers.redhat.com/articles/2024/05/15/new-c-features-gcc-14)): > gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-11) > gcc-toolset installed: gcc-toolset-14 Tried a simple concepts + ranges + std::format program, and it compiled and ran. -- 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]
