diff --git a/build-aux/ci-test b/build-aux/ci-test index 44c5c1d..6ccd106 100755 --- a/build-aux/ci-test +++ b/build-aux/ci-test @@ -1,6 +1,6 @@ #!/bin/bash -le -pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl +pacman -Syu --noconfirm base-devel git gmock gtest python meson perl # Needed to ensure PATH is properly set for perl, etc. source /etc/profile diff --git a/build-aux/ci-test-asan b/build-aux/ci-test-asan index 9a83582..f79a944 100755 --- a/build-aux/ci-test-asan +++ b/build-aux/ci-test-asan @@ -1,6 +1,6 @@ #!/bin/bash -le -pacman -Syu --noconfirm base-devel git gmock gtest python meson fmt perl +pacman -Syu --noconfirm base-devel git gmock gtest python meson perl # Needed to ensure PATH is properly set for perl, etc. source /etc/profile