We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1387ee1 commit 785b0aaCopy full SHA for 785b0aa
src/ci/github-actions/jobs.yml
@@ -367,7 +367,7 @@ auto:
367
368
- image: x86_64-msvc-ext
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
+ 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
HOST_TARGET: x86_64-pc-windows-msvc
372
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
373
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
0 commit comments