]> git.proxmox.com Git - mirror_lxc.git/commitdiff
github: ensure system liblxc is wiped
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Jan 2022 09:34:02 +0000 (10:34 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 20 Jan 2022 11:12:59 +0000 (12:12 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
.github/workflows/sanitizers.sh

index 680ac796a99b3398e59737233b1e53cf8427c698..a10e2416292e3d6228a49582035c124330ae2eab 100755 (executable)
@@ -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*)