Skip to content

Commit 7fe4a91

Browse files
committed
[CI] Disable fail-on-missing for some ubuntu machines
1 parent 4c22974 commit 7fe4a91

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

.github/workflows/root-ci-config/buildconfig/fedora41.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ experimental_adaptivecpp=ON
66
experimental_genvectorx=ON
77
pythia8=Off
88
ccache=On
9+
fail-on-missing=OFF

.github/workflows/root-ci-config/buildconfig/fedora42.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ experimental_genvectorx=ON
88
pythia8=OFF
99
unuran=OFF
1010
vdt=OFF
11+
fail-on-missing=OFF

.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ test_distrdf_dask=OFF
1717
test_distrdf_pyspark=OFF
1818
unfold=OFF
1919
webgui=ON
20+
fail-on-missing=OFF

.github/workflows/root-ci-config/buildconfig/ubuntu2404.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ experimental_genvectorx=ON
33
pythia8=OFF
44
tmva-sofie=ON
55
ccache=On
6+
fail-on-missing=OFF

.github/workflows/root-ci-config/buildconfig/ubuntu2504.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ experimental_adaptivecpp=ON
22
experimental_genvectorx=ON
33
ccache=ON
44
pythia8=OFF
5+
fail-on-missing=OFF

cmake/modules/SearchInstalledSoftware.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1682,8 +1682,8 @@ if (experimental_adaptivecpp OR experimental_builtin_adaptivecpp)
16821682
set(ADAPTIVE_CPP_SOURCE_DIR "${CMAKE_BINARY_DIR}/AdaptiveCpp")
16831683
FetchContent_Declare(
16841684
AdaptiveCpp
1685-
GIT_REPOSITORY https://github.com/AdaptiveCpp/AdaptiveCpp.git
1686-
GIT_TAG 7677cf6eefd8ab46d66168cd07ab042109448124
1685+
GIT_REPOSITORY https://github.com/devajithvs/AdaptiveCpp.git
1686+
GIT_TAG 3fb375fdc84ad0423139e05167739e9e906ca183
16871687
)
16881688
FetchContent_GetProperties(AdaptiveCpp)
16891689
if(NOT AdaptiveCpp_POPULATED)

0 commit comments

Comments
 (0)