Skip to content

Commit 11c23f0

Browse files
committed
[ci] enable curl build option
Enable on all platforms except - mac13: libcurl is built without the 'threadsafe' option, hence disabling it there. Newer versions of macOS have that feature enabled. - Ubuntu 22: libcurl version too old (7.81 vs. 7.84)
1 parent 1a2ddcd commit 11c23f0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ builtin_cppzmq=ON
22
builtin_zeromq=ON
33
ccache=ON
44
check_connection=OFF
5+
curl=ON
56
fail-on-missing=ON
67
fftw3=ON
78
fitsio=ON

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ builtin_xxhash=ON
2626
builtin_zeromq=ON
2727
builtin_zstd=ON
2828
cocoa=ON
29+
curl=OFF
2930
fortran=OFF
3031
minuit2_omp=OFF
3132
tmva-sofie=ON

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
builtin_unuran=ON
22
builtin_vdt=ON
3+
curl=OFF
34
r=ON
45
test_distrdf_dask=OFF
56
test_distrdf_pyspark=OFF

0 commit comments

Comments
 (0)