Skip to content

Commit 081bf29

Browse files
committed
Rust nightly seems to have broken the thread sanitiser.
Hopefully we can reenable this when rust-lang/rust#122476 is fixed.
1 parent a924fa2 commit 081bf29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.buildbot.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ for tracer in $TRACERS; do
153153
-Z build-std \
154154
--target x86_64-unknown-linux-gnu
155155

156-
RUST_TEST_THREADS=1 \
157-
RUSTFLAGS="-Z sanitizer=thread" \
158-
TSAN_OPTIONS="suppressions=$suppressions_path" \
159-
cargo test \
160-
-Z build-std \
161-
--target x86_64-unknown-linux-gnu
156+
# RUST_TEST_THREADS=1 \
157+
# RUSTFLAGS="-Z sanitizer=thread" \
158+
# TSAN_OPTIONS="suppressions=$suppressions_path" \
159+
# cargo test \
160+
# -Z build-std \
161+
# --target x86_64-unknown-linux-gnu
162162
done
163163

164164
# We now want to test building with `--release`.

0 commit comments

Comments
 (0)