]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Revert "ci: get around https://github.com/lxc/lxc/issues/3796"
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 13 Apr 2021 06:03:20 +0000 (06:03 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 13 Apr 2021 06:06:29 +0000 (06:06 +0000)
This reverts commit 44818e893e68e6e76652323ff4f12c9214d2ffa7.

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/sanitizers.sh

index 6d4edf3720b4c0637bb6e0ce6419caeb9b6b74a5..9a79eaa28ac1899047c7c1dd7091408d4bc856f6 100755 (executable)
@@ -48,16 +48,6 @@ ASAN_OPTIONS=$ASAN_OPTIONS:detect_leaks=0 UBSAN_OPTIONS=$UBSAN_OPTIONS /usr/bin/
 EOF
 chmod +x /usr/bin/lxc-test-concurrent
 
-if [[ "$CC" == "clang" ]]; then
-    mv /usr/bin/{lxc-test-console-log,test-console-log.orig}
-    cat <<EOF >/usr/bin/lxc-test-console-log
-#!/bin/bash
-printf "Memory leaks are ignored due to https://github.com/lxc/lxc/issues/3796.\n"
-ASAN_OPTIONS=$ASAN_OPTIONS:detect_leaks=0 UBSAN_OPTIONS=$UBSAN_OPTIONS /usr/bin/test-console-log.orig
-EOF
-    chmod +x /usr/bin/lxc-test-console-log
-fi
-
 sed -i 's/USE_LXC_BRIDGE="false"/USE_LXC_BRIDGE="true"/' /etc/default/lxc
 systemctl daemon-reload
 systemctl restart apparmor