mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 01:01:12 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user