ci: Update name of option to skip BootstrapTest

Account for commit 21df34b255 (Tests: Modernize name of option to
control existence of BootstrapTest, 2023-05-18, v3.27.0-rc1~79^2~1).
This commit is contained in:
Brad King
2026-06-30 09:21:35 -04:00
parent 5a511ba6f7
commit da073c667f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ set(CMAKE_CXX_COMPILER "/opt/bullseye/bin/c++" CACHE PATH "")
set(configure_no_sccache 1)
# Do not bootstrap for the coverage test suite.
set(CMAKE_SKIP_BOOTSTRAP_TEST TRUE CACHE BOOL "")
set(CMake_TEST_BOOTSTRAP FALSE CACHE BOOL "")
# Shrink stress tests when running with Bullseye.
set(ENV{KWSYS_TEST_PROCESS_1_COUNT} 11)

View File

@@ -26,6 +26,6 @@ set(CMAKE_SHARED_LINKER_FLAGS_INIT "${link_flags}" CACHE STRING "")
set(CMAKE_MODULE_LINKER_FLAGS_INIT "${link_flags}" CACHE STRING "")
# Do not bootstrap for the coverage test suite.
set(CMAKE_SKIP_BOOTSTRAP_TEST TRUE CACHE BOOL "")
set(CMake_TEST_BOOTSTRAP FALSE CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora44_common.cmake")

View File

@@ -1,2 +1,2 @@
# Disable bootstrap testing for Valgrind testing.
set(CMAKE_SKIP_BOOTSTRAP_TEST OFF CACHE BOOL "")
set(CMake_TEST_BOOTSTRAP FALSE CACHE BOOL "")