]> git.proxmox.com Git - mirror_lxc.git/commitdiff
ci: get around https://github.com/lxc/lxc/issues/3798
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 16:29:44 +0000 (16:29 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 23:20:38 +0000 (23:20 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/sanitizers.sh

index 0146a18fc71cb6076bffdca6364cde7ed18ef166..706fe25f94b5a9aa469287e3dadb149f33d9ffb1 100755 (executable)
@@ -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