Skip to content

Commit

Permalink
CI: update key4hep to alma9
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jul 22, 2024
1 parent dca2223 commit a4d17fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v3
with:
container: centos7
container: alma9
view-path: ${{ matrix.view-path }}
run: |
mkdir build
Expand All @@ -138,7 +138,7 @@ jobs:
-DDD4HEP_USE_XERCESC=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" \
-DCMAKE_CXX_STANDARD=17 ..
-DCMAKE_CXX_STANDARD=20 ..
echo "::group::Compile"
ninja install
. ../bin/thisdd4hep.sh
Expand All @@ -151,7 +151,7 @@ jobs:
cmake -GNinja \
-DBoost_NO_BOOST_CMAKE=ON \
-DDD4HEP_USE_XERCESC=ON \
-DCMAKE_CXX_STANDARD=17 ..
-DCMAKE_CXX_STANDARD=20 ..
echo "::group::CompileExamples"
ninja install
echo "::group::TestExamples"
Expand Down

0 comments on commit a4d17fd

Please sign in to comment.