Skip to content

Commit e7f2b5d

Browse files
committed
Auto merge of rust-lang#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 c8b14ba + 785b0aa commit e7f2b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,11 @@ 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: python x.py --stage 2 -vv --set build.verbose=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
371371
HOST_TARGET: x86_64-pc-windows-msvc
372372
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
373373
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
374+
CARGO_TERM_VERBOSE: true
374375
<<: *job-windows-8c
375376

376377
# 32/64-bit MinGW builds.

0 commit comments

Comments
 (0)