File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 6262 - name : x86_64-gnu-tools
6363 os : ubuntu-20.04-16core-64gb
6464 env : {}
65+ - name : x86_64-msvc-ext
66+ env :
67+ 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
68+ HOST_TARGET : x86_64-pc-windows-msvc
69+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json"
70+ DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
71+ os : windows-2019-8core-32gb
6572 timeout-minutes : 600
6673 runs-on : " ${{ matrix.os }}"
6774 steps :
Original file line number Diff line number Diff line change @@ -336,6 +336,14 @@ jobs:
336336 - name : x86_64-gnu-tools
337337 << : *job-linux-16c
338338
339+ - name : x86_64-msvc-ext
340+ env :
341+ 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
342+ HOST_TARGET : x86_64-pc-windows-msvc
343+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
344+ DEPLOY_TOOLSTATES_JSON : toolstates-windows.json
345+ << : *job-windows-8c
346+
339347 auto :
340348 << : *base-ci-job
341349 name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments