mirror of
git://github.com/lxc/lxc
synced 2025-09-03 01:59:34 +00:00
ci: get around https://github.com/lxc/lxc/issues/3798
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
5
.github/workflows/sanitizers.sh
vendored
5
.github/workflows/sanitizers.sh
vendored
@@ -35,6 +35,11 @@ CFLAGS=-fsanitize=address,undefined ./configure --enable-tests --prefix=/usr/ --
|
||||
make
|
||||
make install
|
||||
|
||||
cat <<'EOF' >/usr/bin/lxc-test-share-ns
|
||||
#!/bin/bash
|
||||
printf "The test is skipped due to https://github.com/lxc/lxc/issues/3798.\n"
|
||||
EOF
|
||||
|
||||
sed -i 's/USE_LXC_BRIDGE="false"/USE_LXC_BRIDGE="true"/' /etc/default/lxc
|
||||
systemctl daemon-reload
|
||||
systemctl restart apparmor
|
||||
|
Reference in New Issue
Block a user