Skip to content

Commit d5a8816

Browse files
authored
[6.36] CI binaries: include deprecated odbc pgsql mysql
A compromise suggested by https://root-forum.cern.ch/t/odbc-and-mysql-connectivity-with-root-6-36-and-beyond/64065/6 would be to leave 6.38/6.40 with completely removed SQL support, but continue providing binaries of 6.36 that use pgsql/mysql for the next 5 years.
1 parent e5ee22f commit d5a8816

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
mysql=OFF
12
pythia8=OFF
23
ccache=ON

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ mathmore=ON
6464
memory_termination=OFF
6565
minimal=OFF
6666
mpi=OFF
67+
mysql=ON
68+
odbc=OFF
6769
opengl=ON
70+
pgsql=ON
6871
pyroot=ON
6972
pythia8=ON
7073
qt6web=OFF

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ builtin_zstd=ON
2424
ccache=ON
2525
cocoa=ON
2626
fortran=OFF
27+
mysql=OFF
28+
pgsql=OFF
2729
pythia8=OFF
2830
test_distrdf_dask=ON
2931
test_distrdf_pyspark=ON

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ builtin_zstd=ON
2828
ccache=ON
2929
cocoa=ON
3030
fortran=OFF
31+
mysql=OFF
32+
pgsql=OFF
3133
pythia8=OFF
3234
test_distrdf_dask=ON
3335
test_distrdf_pyspark=ON

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ builtin_zstd=ON
2828
ccache=ON
2929
cocoa=ON
3030
fortran=OFF
31+
mysql=OFF
32+
pgsql=OFF
3133
pythia8=OFF
3234
test_distrdf_dask=OFF
3335
test_distrdf_pyspark=OFF

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ builtin_zstd=ON
2424
ccache=ON
2525
cocoa=ON
2626
fortran=OFF
27+
mysql=OFF
28+
pgsql=OFF
2729
pythia8=OFF
2830
test_distrdf_dask=ON
2931
test_distrdf_pyspark=ON

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ check_connection=ON
2727
cocoa=ON
2828
fortran=OFF
2929
minuit2_omp=OFF
30+
mysql=OFF
31+
pgsql=OFF
3032
pythia8=OFF
3133
test_distrdf_dask=ON
3234
test_distrdf_pyspark=ON

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
22
pythia8=OFF
33
cuda=ON
44
ccache=ON
5+
mysql=OFF
56
tmva=ON
67
tmva-cpu=ON
78
tmva-gpu=ON

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ davix=OFF
2121
llvm13_broken_tests=OFF
2222
minuit2_mpi=OFF
2323
minuit2_omp=OFF
24+
mysql=OFF
25+
odbc=ON
26+
pgsql=OFF
2427
pyroot2=OFF
2528
pyroot3=ON
2629
pythia8=OFF

0 commit comments

Comments
 (0)