From b0106fc7f836f71f38db51ce4344cf2bd06cb52b Mon Sep 17 00:00:00 2001 From: bradh352 Date: Tue, 19 Oct 2021 10:43:04 -0400 Subject: [PATCH] install proper packages for asan and analyze --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0d717907..afdaa940 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -87,7 +87,7 @@ task: pkg install -y cmake ninja case "${BUILD_TYPE}" in asan|analyze) - pkg install -y llvm + pkg install -y llvm autoconf automake libtool gmake ;; autotools) pkg install -y autoconf automake libtool gmake @@ -99,7 +99,7 @@ task: brew install ninja cmake case "${BUILD_TYPE}" in asan|analyze) - brew install llvm + brew install llvm autoconf automake libtool make ;; autotools) brew install autoconf automake libtool make