Skip to content

Commit 785b0aa

Browse files
committed
Update jobs.yml
1 parent 1387ee1 commit 785b0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ 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

0 commit comments

Comments
 (0)