2
0
mirror of git://github.com/lxc/lxc synced 2025-08-22 13:49:28 +00:00

github: ensure system liblxc is wiped

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2022-01-20 10:34:02 +01:00
parent e53abc4196
commit 0fd92707a5
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2

View File

@ -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*)