Skip to content

Commit

Permalink
fix(ci): revert to latest meson version (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Apr 29, 2024
1 parent 99e0270 commit fcf2680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ GENERAL_PACKAGE_LIST_LINUX=(
which
pkgconf
ninja
# meson # FIXME: temporarly using ALA for older version
gcovr # for coverage
python-pygments # for coverage report syntax colors
llvm # for `llvm-symbolizer`, for human-readable sanitizer results
meson
llvm # for `llvm-symbolizer`, for human-readable sanitizer results
### coverage
python-colorlog
python-pygments
gcovr
### ROOT dependencies
binutils
libx11
Expand Down Expand Up @@ -114,10 +116,6 @@ case $runner in
esac
info_pacman $pkg
done
### FIXME: install older meson version
pacman -U --noconfirm https://archive.archlinux.org/packages/m/meson/meson-1.3.2-1-any.pkg.tar.zst
echo "MESON VERSION:"
meson --version
;;

macos*)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ jobs:
- name: coverage
if: ${{ matrix.id == 'coverage' }}
run: |
ninja -C iguana_build coverage
ninja -C iguana_build coverage-html
ninja -C iguana_build coverage-text
mv iguana_build/meson-logs/coveragereport coverage-report
echo '### Coverage Report' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit fcf2680

Please sign in to comment.