File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -367,10 +367,11 @@ auto:
367
367
368
368
- image : x86_64-msvc-ext
369
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
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
371
371
HOST_TARGET : x86_64-pc-windows-msvc
372
372
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
373
373
DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
374
+ CARGO_TERM_VERBOSE : true
374
375
<< : *job-windows-8c
375
376
376
377
# 32/64-bit MinGW builds.
You can’t perform that action at this time.
0 commit comments