Skip to content

Commit

Permalink
Auto merge of #129431 - ChrisDenton:trace, r=<try>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Aug 23, 2024
2 parents c8b14ba + 785b0aa commit e7f2b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,11 @@ auto:

- image: x86_64-msvc-ext
env:
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
HOST_TARGET: x86_64-pc-windows-msvc
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
CARGO_TERM_VERBOSE: true
<<: *job-windows-8c

# 32/64-bit MinGW builds.
Expand Down

0 comments on commit e7f2b5d

Please sign in to comment.