Skip to content

Commit

Permalink
Switch to newer versions for LCG builds
Browse files Browse the repository at this point in the history
Keep an older version for compatibility checks but disable RNTuple
  • Loading branch information
tmadlener committed Jan 30, 2025
1 parent d0911ee commit 4a06a8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
LCG: ["dev3/x86_64-el9-clang16-opt",
"dev4/x86_64-el9-clang16-opt",
"dev4/x86_64-el9-gcc13-opt",
"LCG_105/x86_64-el9-clang16-opt",
"LCG_105/x86_64-el9-gcc13-opt"]
"LCG_106b/x86_64-el9-clang16-opt",
"LCG_106b/x86_64-el9-gcc13-opt",
"LCG_104/x86_64-el9-gcc13-opt"]
steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
Expand All @@ -31,7 +32,7 @@ jobs:
cd build
cmake -DENABLE_SIO=ON \
-DENABLE_JULIA=ON \
-DENABLE_RNTUPLE=ON \
-DENABLE_RNTUPLE=$([[ ${{ matrix.LCG }} == LCG_104/* ]] && echo "OFF" || echo "ON") \
-DENABLE_DATASOURCE=ON \
-DCMAKE_INSTALL_PREFIX=../install \
-DCMAKE_CXX_STANDARD=20 \
Expand Down

0 comments on commit 4a06a8e

Please sign in to comment.