Skip to content

Commit

Permalink
Add perl to build deps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jul 30, 2024
1 parent 457e586 commit b6b6cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-aux/ci-test
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 fmt
pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl

# build
meson build --prefix=/usr --buildtype=debugoptimized
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 fmt
pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl

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

0 comments on commit b6b6cf5

Please sign in to comment.