Merge topic 'ci-fedora-43'

a61ef50ea6 ci: Update Fedora 43 base image to get bzr and flang fixes

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11393
This commit is contained in:
Brad King
2025-11-07 14:20:14 +00:00
committed by Kitware Robot
4 changed files with 3 additions and 13 deletions

View File

@@ -1,11 +1,7 @@
set(CMake_TEST_C_STANDARDS "90;99;11;17;23" CACHE STRING "")
set(CMake_TEST_CXX_STANDARDS "98;11;14;17;20;23;26" CACHE STRING "")
# FIXME(Fedora): Breezy crashes in Fedora 43
# https://bugs.launchpad.net/brz/+bug/2121688
# https://bugzilla.redhat.com/show_bug.cgi?id=2366194
set(CMake_TEST_CTestUpdate_BZR "OFF" CACHE BOOL "")
set(CMake_TEST_CTestUpdate_BZR "ON" CACHE BOOL "")
set(CMake_TEST_CTestUpdate_GIT "ON" CACHE BOOL "")
set(CMake_TEST_CTestUpdate_HG "ON" CACHE BOOL "")
set(CMake_TEST_CTestUpdate_SVN "ON" CACHE BOOL "")

View File

@@ -1,6 +1,6 @@
export CC=/usr/bin/clang
export CXX=/usr/bin/clazy
export CLANGXX=/usr/bin/clang++-20
export CLANGXX=/usr/bin/clang++
export CLAZY_CHECKS="level2\
,no-base-class-event\

View File

@@ -1,9 +1,3 @@
export CC=/usr/bin/clang-21
export CXX=/usr/bin/clang++-21
export FC=/usr/bin/flang-21
# FIXME(Fedora): Flang 21 packages do not make the runtime library findable.
# https://github.com/llvm/llvm-project/issues/138340
# https://bugzilla.redhat.com/show_bug.cgi?id=2401176
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117534
export LD_LIBRARY_PATH=/usr/lib/clang/21/lib/x86_64-redhat-linux-gnu

View File

@@ -83,7 +83,7 @@
### Fedora
.fedora43:
image: "kitware/cmake:ci-fedora43-x86_64-2025-10-29"
image: "kitware/cmake:ci-fedora43-x86_64-2025-11-06"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"