Skip to content

Commit

Permalink
[ci] Switch to LCG_106b for sanitizer workflows (#730)
Browse files Browse the repository at this point in the history
* [ci] Switch to LCG_106b for sanitizer workflows

Pick up a newer version of ROOT

* Switch to newer versions for LCG builds

Keep an older version for compatibility checks but disable RNTuple
  • Loading branch information
tmadlener authored Jan 31, 2025
1 parent 8e2aa67 commit cfaaa7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v4
with:
release-platform: LCG_105/x86_64-el9-${{ matrix.compiler }}-opt
release-platform: LCG_106b/x86_64-el9-${{ matrix.compiler }}-opt
run: |
echo "::group::Run CMake"
mkdir build
Expand Down
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 cfaaa7e

Please # to comment.