Skip to content

Commit 693397c

Browse files
committed
Temporarily disable HWASAN_LAM check.
Started recently fail for unknown reasons. #290
1 parent 86df7b4 commit 693397c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_qemu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ EOF
5656
)
5757
set -x
5858

59-
SKIP_HWASAN_LAM=${SKIP_HWASAN_LAM:-}
59+
# FIXME: Failing from 2024/10/30 for unknown reasons. Even using older revisions does not help.
60+
SKIP_HWASAN_LAM=${SKIP_HWASAN_LAM:-1}
6061

6162
function setup_lam_qemu_image {
6263
# Full system emulation is required for x86_64 testing with LAM, as some

0 commit comments

Comments
 (0)