diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-11-25 03:06:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-29 17:47:45 (GMT) |
commit | 5123e9e160c1d3238dadc8ee1fea4a095191b62f (patch) | |
tree | 9a158c218224568cb6dfdef1a4e6518f06b811b4 | |
parent | bf22ac5263e6dfdfc2824deed8f003ef8a4e7816 (diff) | |
download | CMake-5123e9e160c1d3238dadc8ee1fea4a095191b62f.zip CMake-5123e9e160c1d3238dadc8ee1fea4a095191b62f.tar.gz CMake-5123e9e160c1d3238dadc8ee1fea4a095191b62f.tar.bz2 |
ci: unmask RPM tests on Fedora 39
-rw-r--r-- | .gitlab/ci/ctest_exclusions.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index 159c1c8..a2789c3 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -34,15 +34,6 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "nvhpc_") ) endif() -if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "fedora39_makefiles") - list(APPEND test_exclusions - # FIXME(#25421): CPack/RPM needs an update for Fedora 39. - "^CPackComponentsForAll-RPM-default$" - "^CPackComponentsForAll-RPM-AllInOne$" - "^CPackComponentsForAll-RPM-OnePackPerGroup$" - ) -endif() - string(REPLACE ";" "|" test_exclusions "${test_exclusions}") if (test_exclusions) set(test_exclusions "(${test_exclusions})") |