We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86df7b4 commit 693397cCopy full SHA for 693397c
zorg/buildbot/builders/sanitizers/buildbot_qemu.sh
@@ -56,7 +56,8 @@ EOF
56
)
57
set -x
58
59
-SKIP_HWASAN_LAM=${SKIP_HWASAN_LAM:-}
+# FIXME: Failing from 2024/10/30 for unknown reasons. Even using older revisions does not help.
60
+SKIP_HWASAN_LAM=${SKIP_HWASAN_LAM:-1}
61
62
function setup_lam_qemu_image {
63
# Full system emulation is required for x86_64 testing with LAM, as some
0 commit comments