From 6ddc193281193cc08e4d8b1f9c4616178197fe8d Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 23 Jul 2024 13:48:27 -0400 Subject: [PATCH] alpine install bash --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 727f6950..ba19cc6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -144,7 +144,7 @@ task: - | case "${DIST}" in ALPINE) - apk add cmake samurai gtest-dev autoconf autoconf-archive automake libtool pkgconf make + apk add bash cmake samurai gtest-dev autoconf autoconf-archive automake libtool pkgconf make case "${BUILD_TYPE}" in asan|lsan|ubsan) apk add clang17 compiler-rt lldb