install proper packages for asan and analyze

pull/431/head
bradh352 3 years ago
parent 4c3f71bb30
commit b0106fc7f8
  1. 4
      .cirrus.yml

@ -87,7 +87,7 @@ task:
pkg install -y cmake ninja pkg install -y cmake ninja
case "${BUILD_TYPE}" in case "${BUILD_TYPE}" in
asan|analyze) asan|analyze)
pkg install -y llvm pkg install -y llvm autoconf automake libtool gmake
;; ;;
autotools) autotools)
pkg install -y autoconf automake libtool gmake pkg install -y autoconf automake libtool gmake
@ -99,7 +99,7 @@ task:
brew install ninja cmake brew install ninja cmake
case "${BUILD_TYPE}" in case "${BUILD_TYPE}" in
asan|analyze) asan|analyze)
brew install llvm brew install llvm autoconf automake libtool make
;; ;;
autotools) autotools)
brew install autoconf automake libtool make brew install autoconf automake libtool make

Loading…
Cancel
Save