Skip to content

Commit

Permalink
Switch to LCG_104 for CI and fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 4, 2023
1 parent 8d0ef83 commit 55c417d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
LCG: ["LCG_97a/x86_64-centos7-gcc9-opt"]
LCG: ["LCG_104/x86_64-el9-clang16-opt",
"LCG_104/x86_64-el9-gcc13-opt"]
BUILTIN_ZLIB: ["ON", "OFF"]
steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +24,7 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=../install \
-DCMAKE_CXX_STANDARD=17 \
-DSIO_BUILTIN_ZLIB=${{ matrix.BUILTIN_ZLIB }} \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always " \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror" \
-G Ninja \
..
echo "::endgroup::" && echo "::group::Build"
Expand Down

0 comments on commit 55c417d

Please sign in to comment.