diff --git a/build-aux/ci-test b/build-aux/ci-test index 77413f8..f6c1f5a 100755 --- a/build-aux/ci-test +++ b/build-aux/ci-test @@ -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 diff --git a/build-aux/ci-test-asan b/build-aux/ci-test-asan index 487a8c1..429bdd7 100755 --- a/build-aux/ci-test-asan +++ b/build-aux/ci-test-asan @@ -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