Skip to content

Commit c3bc2b9

Browse files
committed
Auto merge of #129431 - ChrisDenton:trace, r=
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 edbc000 + dadcce8 commit c3bc2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ case $HOST_TARGET in
5555
python3 "$X_PY" test --stage 2 src/tools/miri --target s390x-unknown-linux-gnu --test-args pass
5656
;;
5757
x86_64-pc-windows-msvc)
58+
ps -W || true
59+
sleep 60
5860
# Strangely, Linux targets do not work here. cargo always says
5961
# "error: cannot produce cdylib for ... as the target ... does not support these crate types".
6062
# Only run "pass" tests, which is quite a bit faster.

0 commit comments

Comments
 (0)