Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Dec 2, 2024
1 parent 694f633 commit 977b429
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: "Install libraries"
run: |
sudo apt-get -qq update
sudo apt-get -qq install boost1.83 libhdf5-dev libsz2 ninja-build
sudo apt-get -qq install libboost-all-dev libhdf5-dev libsz2 ninja-build
- name: Build
env: ${{matrix.env}}
Expand All @@ -189,7 +189,7 @@ jobs:
# Job running unit-test with sanitizers
# =====================================
Linux_Sanitizers:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
env: [
Expand All @@ -206,14 +206,15 @@ jobs:
- name: "Install libraries"
run: |
sudo apt-get -qq update
sudo apt-get -qq install libboost-all-dev libeigen3-dev libhdf5-dev libsz2 ninja-build
sudo apt-get -qq install boost1.83 libeigen3-dev libhdf5-dev libsz2 ninja-build
- name: Build
env: ${{matrix.env}}
run: |
CMAKE_OPTIONS=(
-GNinja
-DHIGHFIVE_TEST_BOOST:BOOL=ON
-DHIGHFIVE_TEST_BOOST_SPAN:BOOL=ON
-DHIGHFIVE_TEST_EIGEN:BOOL=ON
-DHIGHFIVE_BUILD_DOCS:BOOL=FALSE
-DHIGHFIVE_GLIBCXX_ASSERTIONS=${HIGHFIVE_GLIBCXX_ASSERTIONS:-OFF}
Expand Down

0 comments on commit 977b429

Please sign in to comment.