From: Christian Brauner Date: Thu, 20 Jan 2022 09:34:02 +0000 (+0100) Subject: github: ensure system liblxc is wiped X-Git-Tag: lxc-4.0.12~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9282b6a6e11848944e62ae7120a0e6cf70e00ea;p=thirdparty%2Flxc.git github: ensure system liblxc is wiped Signed-off-by: Christian Brauner --- 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*)