Skip to content

Commit

Permalink
ci: HIPO 4.2.0 testing (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 16, 2024
1 parent dfcdf24 commit 0be4295
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defaults:

env:
hipo_fork: gavalian/hipo
hipo_ref: 4.1.0
hipo_ref: 20094876df040ec234dd376fa527cf58442b775a
# test options
num_events: 1000
verbose_test: 'false' # only set this to 'true' if `meson test` fails and you need more output to investigate
Expand Down Expand Up @@ -192,9 +192,8 @@ jobs:
run: |
iguana_src/.github/install-dependency-packages.sh ${{ inputs.runner }} ${{ inputs.verset }}
[ "${{ matrix.root_dep }}" = "withROOT" ] && source root/bin/thisroot.sh
cmake -S hipo_src -B build -G Ninja --install-prefix $(pwd)/hipo -DCMAKE_POSITION_INDEPENDENT_CODE=ON # using PIE build, for sanitizer readibility
cmake --build build
cmake --install build
meson setup build hipo_src --prefix=$(pwd)/hipo -Dbuildtype=debug -Db_pie=true # using PIE build, for sanitizer readibility
meson install -C build
tar cavf hipo{.tar.zst,}
### cache save
- uses: actions/cache/save@v4
Expand Down

0 comments on commit 0be4295

Please sign in to comment.