summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-30 14:05:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-11-30 14:05:54 (GMT)
commita1dcc36f65830b7a8cef8e3df969e2be82e97336 (patch)
tree0b97748372955e5a5dbbed83e7dc9f2dc3cf7043 /.gitlab
parentfb0fe889a55ca4efb2b874914bcfdea1611a4c99 (diff)
parent5123e9e160c1d3238dadc8ee1fea4a095191b62f (diff)
downloadCMake-a1dcc36f65830b7a8cef8e3df969e2be82e97336.zip
CMake-a1dcc36f65830b7a8cef8e3df969e2be82e97336.tar.gz
CMake-a1dcc36f65830b7a8cef8e3df969e2be82e97336.tar.bz2
Merge topic 'rpm-quoting'
5123e9e160 ci: unmask RPM tests on Fedora 39 bf22ac5263 CPack/RPM: Quote paths in rpm spec only if they have whitespace 75ea6207b7 CPack/RPM: Factor out helper to quote paths in generated rpm spec Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9005
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/ctest_exclusions.cmake9
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})")