From 0fd92707a5ffbb28f4eec5629702959ef9c1da9c Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 20 Jan 2022 10:34:02 +0100 Subject: [PATCH] github: ensure system liblxc is wiped Signed-off-by: Christian Brauner --- .github/workflows/sanitizers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 680ac796a..a10e24162 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -19,6 +19,7 @@ apt-get install --yes --no-install-recommends \ llvm lsb-release make openssl pkg-config python3-all-dev \ python3-setuptools rsync squashfs-tools uidmap unzip uuid-runtime \ wget xz-utils +apt-get remove --yes lxc-utils liblxc-common liblxc1 liblxc-dev ARGS="--enable-sanitizers --enable-tests --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ --disable-no-undefined" case "$CC" in clang*)