Skip to content

Commit

Permalink
Add perl to test dependencies
Browse files Browse the repository at this point in the history
And actually make ci-test not *also* run asan...
  • Loading branch information
falconindy committed Jul 30, 2024
1 parent 50ba834 commit 3dcb0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-aux/ci-test
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cd /github/workspace
# Needed to ensure PATH is properly set for perl, etc.
source /etc/profile

pacman -Syu --noconfirm base-devel git gmock gtest python meson pcre
pacman -Syu --noconfirm base-devel git gmock gtest python meson pcre perl

# build
meson build --prefix=/usr --buildtype=debugoptimized -Db_sanitize=address
meson build --prefix=/usr --buildtype=debugoptimized
ninja -C build

# test
Expand Down
2 changes: 1 addition & 1 deletion build-aux/ci-test-asan
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd /github/workspace
# Needed to ensure PATH is properly set for perl, etc.
source /etc/profile

pacman -Syu --noconfirm base-devel git gmock gtest python meson pcre
pacman -Syu --noconfirm base-devel git gmock gtest python meson pcre perl

# build
meson build-asan --prefix=/usr --buildtype=debugoptimized -Db_sanitize=address
Expand Down

0 comments on commit 3dcb0d1

Please # to comment.