We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c20d commit 1c23cabCopy full SHA for 1c23cab
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -25,7 +25,7 @@ cat /tmp/toolstate/toolstates.json
25
python3 "$X_PY" test --stage 2 check-tools
26
python3 "$X_PY" test --stage 2 src/tools/clippy
27
python3 "$X_PY" test --stage 2 src/tools/rustfmt
28
-python3 "$X_PY" test --stage 2 src/tools/miri
+MIRIFLAGS=-Zmiri-provenance-gc=1 python3 "$X_PY" test --stage 2 src/tools/miri
29
# We natively run this script on x86_64-unknown-linux-gnu and x86_64-pc-windows-msvc.
30
# Also cover some other targets via cross-testing, in particular all tier 1 targets.
31
export BOOTSTRAP_SKIP_TARGET_SANITY=1 # we don't need `cc` for these targets
0 commit comments