Skip to content

Commit

Permalink
Disable asan for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 21, 2024
1 parent 68e38c7 commit 789570f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ done

# Test with LLVM sanitisers
rustup component add rust-src
RUSTFLAGS="-Z sanitizer=address" cargo test \
-Z build-std \
--target x86_64-unknown-linux-gnu
# FIXME: asan disabled for now: https://github.com/ykjit/yk/issues/981
#RUSTFLAGS="-Z sanitizer=address" cargo test \
# -Z build-std \
# --target x86_64-unknown-linux-gnu
# The thread sanitiser does have false positives (albeit much reduced by `-Z
# build-std`), so we have to add a suppression file to avoid those stopping
# this script from succeeding. This does mean that we might suppress some true
Expand Down

0 comments on commit 789570f

Please sign in to comment.