From 182ebe72ef73377e4d9aead9939f20378181fcdb Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sat, 15 Jan 2022 22:39:08 +0000 Subject: CI: Try to use Valgrind for findalldevstest. In build_matrix.sh and build.sh detect and use Valgrind if it is available in the default path. Update linux-amd64 and freebsd-amd64 Cirrus CI tasks to install the package. If the error from the previous commit reoccurs, these changes should detect it automatically. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 55680ff3..ddcd26c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -18,7 +18,7 @@ freebsd_task: MAKEFLAGS: -j 4 MATRIX_CC: clang gcc10 script: - - pkg install -qy autoconf gcc10 + - pkg install -qy autoconf gcc10 valgrind - pkg install -qy cmake git-tiny # for build_matrix.sh and build.sh - ./build_matrix.sh @@ -35,7 +35,7 @@ linux_task: script: - apt-get -qy update - apt-get -qy install libdbus-1-dev libbluetooth-dev libnl-genl-3-dev libibverbs-dev - - apt-get -qy install flex bison autoconf make clang gcc + - apt-get -qy install flex bison autoconf make clang gcc valgrind - apt-get -qy install cmake git bc # for build_matrix.sh and build.sh - apt list --installed 'lib*-dev' - ./build_matrix.sh -- cgit v1.2.1