Skip to content

Commit 2f2a29b

Browse files
committed
[ci] Remove redundant variables in global CI config
It is important that our CI config doesn't stray away too much from the default ROOT configuration when you build from source. Like this, we are sure that we actually test more or less what people will get when building ROOT. So I would argue that it's better if we don't set configuration flags explicitly if they are set to what is already the default, to keep builds more consistent.
1 parent 3b55581 commit 2f2a29b

File tree

4 files changed

+1
-98
lines changed

4 files changed

+1
-98
lines changed
Lines changed: 1 addition & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,18 @@
1-
alien=OFF
2-
all=OFF
3-
arrow=OFF
4-
asan=OFF
5-
asimage=ON
6-
asserts=OFF
7-
builtin_cfitsio=OFF
8-
builtin_clang=ON
9-
builtin_cling=ON
101
builtin_cppzmq=ON
11-
builtin_davix=OFF
12-
builtin_fftw3=OFF
13-
builtin_freetype=OFF
14-
builtin_ftgl=OFF
15-
builtin_gl2ps=OFF
16-
builtin_glew=OFF
17-
builtin_gsl=OFF
18-
builtin_llvm=ON
19-
builtin_lz4=OFF
20-
builtin_lzma=OFF
21-
builtin_nlohmannjson=OFF
22-
builtin_openssl=OFF
23-
builtin_openui5=ON
24-
builtin_pcre=OFF
25-
builtin_tbb=OFF
26-
builtin_unuran=OFF
27-
builtin_vc=OFF
28-
builtin_vdt=OFF
29-
builtin_veccore=OFF
30-
builtin_xrootd=OFF
31-
builtin_xxhash=OFF
322
builtin_zeromq=ON
33-
builtin_zlib=OFF
34-
builtin_zstd=OFF
353
ccache=ON
36-
cefweb=OFF
374
check_connection=OFF
38-
clad=ON
39-
clingtest=OFF
40-
cocoa=OFF
41-
coverage=OFF
42-
cuda=OFF
43-
daos=OFF
44-
dataframe=ON
45-
davix=ON
46-
dcache=OFF
47-
dev=OFF
48-
distcc=OFF
49-
fail-on-missing=On
50-
fcgi=OFF
5+
fail-on-missing=ON
516
fftw3=ON
527
fitsio=ON
538
fortran=ON
54-
gdml=ON
55-
gminimal=OFF
56-
gnuinstall=OFF
57-
gsl_shared=OFF
58-
gviz=OFF
59-
http=ON
60-
imt=ON
61-
jemalloc=OFF
62-
libcxx=OFF
63-
macos_native=OFF
649
mathmore=ON
65-
memory_termination=OFF
66-
minimal=OFF
6710
minuit2_omp=ON
68-
mpi=OFF
69-
opengl=ON
70-
pyroot=ON
71-
pythia8=OFF
72-
qt6web=OFF
73-
r=OFF
74-
roofit=ON
7511
roofit_multiprocess=ON
76-
root7=ON
77-
rootbench=OFF
7812
roottest=ON
79-
runtime_cxxmodules=ON
80-
shadowpw=OFF
81-
shared=ON
82-
soversion=OFF
83-
spectrum=ON
84-
sqlite=ON
85-
ssl=ON
86-
tcmalloc=OFF
8713
test_distrdf_dask=ON
8814
test_distrdf_pyspark=ON
8915
testing=ON
90-
tmva-cpu=ON
91-
tmva-gpu=OFF
9216
tmva-cudnn=OFF
93-
tmva-pymva=OFF
94-
tmva-rmva=OFF
95-
tmva-sofie=OFF
96-
tmva=ON
9717
unfold=ON
9818
unuran=ON
99-
uring=OFF
100-
vc=OFF
101-
vdt=ON
102-
veccore=OFF
103-
vecgeom=OFF
104-
webgui=ON
105-
win_broken_tests=OFF
106-
winrtdebug=OFF
107-
x11=ON
108-
xml=ON
109-
xrootd=ON

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ builtin_zeromq=ON
2424
builtin_zstd=ON
2525
cocoa=ON
2626
minuit2_omp=OFF
27-
test_distrdf_dask=ON
28-
test_distrdf_pyspark=ON
2927
x11=OFF

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ builtin_zstd=ON
2828
cocoa=ON
2929
fortran=OFF
3030
minuit2_omp=OFF
31-
test_distrdf_dask=ON
32-
test_distrdf_pyspark=ON
3331
tmva-sofie=ON
3432
x11=OFF

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ builtin_zeromq=ON
2525
builtin_zstd=ON
2626
cocoa=ON
2727
minuit2_omp=OFF
28-
test_distrdf_dask=ON
29-
test_distrdf_pyspark=ON
3028
tmva-sofie=ON
3129
x11=OFF

0 commit comments

Comments
 (0)