h-vetinari commented on issue #48874: URL: https://github.com/apache/arrow/issues/48874#issuecomment-3772895180
> Which compilers are you supporting? Our default compilers are currently GCC 14 on linux, Clang 19 on osx (will move to GCC 15 & Clang 21 in ~May/June) and VS 2022 on windows (where we have no control over the exact version, it's whatever comes along in https://github.com/actions/runner-images). Both clang and GCC are also usable on the other platforms if need be. Note also that we do hook up [libc++](https://github.com/conda-forge/libcxx-feedstock/blob/main/recipe/patches/0005-patch-__libcpp_tzdb_directory-to-allow-use-on-osx.patch) and [libstdcxx](https://github.com/conda-forge/ctng-compilers-feedstock/blob/main/recipe/patches/0002-patch-zoneinfo_dir_override-to-point-to-our-tzdata.patch) to use our own tzdata. Even the partially implemented `std::chrono` in libc++ works according to some [smoke tests](https://github.com/conda-forge/libcxx-feedstock/blob/main/recipe/test_sources/tzdb/tzdb.cpp), with the exception of leap seconds. -- 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]
