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 e424db6 commit 7bddb98Copy full SHA for 7bddb98
src/ci/github-actions/jobs.yml
@@ -367,7 +367,9 @@ auto:
367
368
- image: x86_64-msvc-ext
369
env:
370
- SCRIPT: python x.py --stage 2 test miri -vv
+ SCRIPT: >
371
+ MIRIFLAGS=-Zmiri-provenance-gc=1 python x.py test --stage 2 src/tools/miri &&
372
+ python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
373
HOST_TARGET: x86_64-pc-windows-msvc
374
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
375
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
0 commit comments