Skip to content

Commit 28a5dfa

Browse files
committed
[ci] Set r=ON where possible
So far, the R bindings were only built on Ubuntu 22.04, which is becoming a bit dated already. Since the R bindings usually don't cause any trouble, it would be good to build them on all platforms where we can easily do that.
1 parent 3e860a5 commit 28a5dfa

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ builtin_vdt=ON
22
builtin_zlib=ON
33
builtin_zstd=ON
44
pythia8=ON
5+
r=OFF
56
tmva-sofie=ON

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ opengl=ON
7070
pyroot=ON
7171
pythia8=OFF
7272
qt6web=OFF
73-
r=OFF
73+
r=ON
7474
roofit=ON
7575
roofit_multiprocess=ON
7676
root7=ON

.github/workflows/root-ci-config/buildconfig/mac-beta.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ builtin_zstd=ON
2626
check_connection=ON
2727
cocoa=ON
2828
minuit2_omp=OFF
29+
r=OFF
2930
test_distrdf_dask=ON
3031
test_distrdf_pyspark=ON
3132
x11=OFF

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ builtin_zstd=ON
2828
cocoa=ON
2929
fortran=OFF
3030
minuit2_omp=OFF
31+
r=OFF
3132
test_distrdf_dask=OFF
3233
test_distrdf_pyspark=OFF
3334
tmva-sofie=ON

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ builtin_zeromq=ON
2424
builtin_zstd=ON
2525
cocoa=ON
2626
minuit2_omp=OFF
27+
r=OFF
2728
test_distrdf_dask=ON
2829
test_distrdf_pyspark=ON
2930
tmva-sofie=ON

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ builtin_zstd=ON
2626
check_connection=ON
2727
cocoa=ON
2828
minuit2_omp=OFF
29+
r=OFF
2930
test_distrdf_dask=ON
3031
test_distrdf_pyspark=ON
3132
x11=OFF

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ minuit2_mpi=OFF
2525
minuit2_omp=OFF
2626
pyroot2=OFF
2727
pyroot3=ON
28+
r=OFF
2829
roofit_multiprocess=OFF
2930
runtime_cxxmodules=OFF
3031
ssl=OFF

0 commit comments

Comments
 (0)