Skip to content

Commit 0c995dd

Browse files
committed
Switch to newer versions for LCG builds
Keep an older version for compatibility checks but disable RNTuple
1 parent d0911ee commit 0c995dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
LCG: ["dev3/x86_64-el9-clang16-opt",
1717
"dev4/x86_64-el9-clang16-opt",
1818
"dev4/x86_64-el9-gcc13-opt",
19-
"LCG_105/x86_64-el9-clang16-opt",
20-
"LCG_105/x86_64-el9-gcc13-opt"]
19+
"LCG_106b/x86_64-el9-clang16-opt",
20+
"LCG_106b/x86_64-el9-gcc13-opt",
21+
"LCG_104/x86_64-el9-gcc13-opt"]
2122
steps:
2223
- uses: actions/checkout@v4
2324
- uses: cvmfs-contrib/github-action-cvmfs@v4
@@ -31,7 +32,7 @@ jobs:
3132
cd build
3233
cmake -DENABLE_SIO=ON \
3334
-DENABLE_JULIA=ON \
34-
-DENABLE_RNTUPLE=ON \
35+
-DENABLE_RNTUPLE=$([ ${{ matrix.LCG }} == LCG_104/* ] && echo "OFF" || echo "ON") \
3536
-DENABLE_DATASOURCE=ON \
3637
-DCMAKE_INSTALL_PREFIX=../install \
3738
-DCMAKE_CXX_STANDARD=20 \

0 commit comments

Comments
 (0)