Skip to content

Commit

Permalink
Temporarily disable HWASAN_LAM check.
Browse files Browse the repository at this point in the history
Started recently fail for unknown reasons.

#290
  • Loading branch information
vitalybuka committed Oct 31, 2024
1 parent 86df7b4 commit 693397c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ EOF
)
set -x

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

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

0 comments on commit 693397c

Please sign in to comment.