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.
2 parents 4074d49 + 22d3f43 commit 469a6b2Copy full SHA for 469a6b2
src/ci/github-actions/jobs.yml
@@ -367,7 +367,10 @@ auto:
367
368
- image: x86_64-msvc-ext
369
env:
370
- SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo && src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
+ SCRIPT: >
371
+ MIRIFLAGS=-Zmiri-provenance-gc=1 python x.py test --stage 2 src/tools/miri &&
372
+ ps -W | grep miri &&
373
+ python x.py test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
374
HOST_TARGET: x86_64-pc-windows-msvc
375
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
376
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
0 commit comments