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 a924fa2 commit 081bf29Copy full SHA for 081bf29
.buildbot.sh
@@ -153,12 +153,12 @@ for tracer in $TRACERS; do
153
-Z build-std \
154
--target x86_64-unknown-linux-gnu
155
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
+ # RUST_TEST_THREADS=1 \
+ # RUSTFLAGS="-Z sanitizer=thread" \
+ # TSAN_OPTIONS="suppressions=$suppressions_path" \
+ # cargo test \
+ # -Z build-std \
+ # --target x86_64-unknown-linux-gnu
162
done
163
164
# We now want to test building with `--release`.
0 commit comments