Skip to content

Commit 469a6b2

Browse files
committed
Auto merge of #129431 - ChrisDenton:trace, r=<try>
Do not merge This has been failing a lot lately. Let's see if we can get more info. r? ghost try-job: x86_64-msvc-ext
2 parents 4074d49 + 22d3f43 commit 469a6b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,10 @@ auto:
367367

368368
- image: x86_64-msvc-ext
369369
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
370+
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
371374
HOST_TARGET: x86_64-pc-windows-msvc
372375
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
373376
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json

0 commit comments

Comments
 (0)