Skip to content

Commit b08170c

Browse files
committed
[ci] Enable VecCore
1 parent 49922fd commit b08170c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builtin_tbb=OFF
2626
builtin_unuran=OFF
2727
builtin_vc=OFF
2828
builtin_vdt=OFF
29-
builtin_veccore=OFF
29+
builtin_veccore=ON
3030
builtin_xrootd=OFF
3131
builtin_xxhash=OFF
3232
builtin_zeromq=ON
@@ -99,7 +99,7 @@ unuran=ON
9999
uring=OFF
100100
vc=OFF
101101
vdt=ON
102-
veccore=OFF
102+
veccore=ON
103103
vecgeom=OFF
104104
webgui=ON
105105
win_broken_tests=OFF

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ builtin_pcre=ON
1414
builtin_png=ON
1515
builtin_tbb=ON
1616
builtin_unuran=ON
17+
builtin_veccore=OFF
1718
builtin_xxhash=ON
1819
builtin_zlib=ON
1920
builtin_zstd=ON
@@ -32,5 +33,6 @@ ssl=OFF
3233
test_distrdf_dask=OFF
3334
test_distrdf_pyspark=OFF
3435
vdt=OFF
36+
veccore=OFF
3537
x11=OFF
3638
xrootd=OFF

0 commit comments

Comments
 (0)