Skip to content

Commit f6e1dd6

Browse files
committed
[ci] avoid Ubuntu 22 compilation failure
1 parent b52d62f commit f6e1dd6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

builtins/unuran/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ ExternalProject_Add(
4242
PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --ignore-whitespace ${ROOT_UNURAN_PATCH_FILE_1}
4343
SOURCE_SUBDIR src
4444
LOG_DOWNLOAD TRUE
45-
LOG_CONFIGURE TRUE
46-
LOG_BUILD TRUE
47-
LOG_INSTALL TRUE
45+
# The following three are disabled to avoid CI failure in Ubuntu22 that has outdated CMake version
46+
# See https://github.com/root-project/root/issues/16733
47+
# LOG_CONFIGURE TRUE
48+
# LOG_BUILD TRUE
49+
# LOG_INSTALL TRUE
4850
LOG_OUTPUT_ON_FAILURE TRUE
4951
CMAKE_ARGS -G ${CMAKE_GENERATOR}
5052
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}

0 commit comments

Comments
 (0)