2
0
mirror of git://github.com/lxc/lxc synced 2025-09-03 01:59:34 +00:00
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
Evgeny Vereshchagin
2021-04-12 16:29:44 +00:00
parent 8f1500a92a
commit 02c7e7afe2

View File

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