Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-14927: [CI] Upgrade Fedora 33 to Fedora 35
Seems to be ok. Get one warning when running `archery docker run fedora-cpp` : ``` CMake Warning at cmake_modules/Findre2Alt.cmake:25 (find_package): By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "re2", but CMake did not find one. Could not find a package configuration file provided by "re2" with any of the following names: re2Config.cmake re2-config.cmake Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR" to a directory containing one of the above files. If "re2" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:244 (find_package) cmake_modules/ThirdpartyToolchain.cmake:2395 (resolve_dependency) CMakeLists.txt:548 (include) ``` Closes apache#12607 from bkmgit/ARROW-14927 Authored-by: bkmgit <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information