File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 62
62
- name : x86_64-gnu-tools
63
63
os : ubuntu-20.04-16core-64gb
64
64
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
65
72
timeout-minutes : 600
66
73
runs-on : " ${{ matrix.os }}"
67
74
steps :
Original file line number Diff line number Diff line change @@ -336,6 +336,14 @@ jobs:
336
336
- name : x86_64-gnu-tools
337
337
<< : *job-linux-16c
338
338
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
+
339
347
auto :
340
348
<< : *base-ci-job
341
349
name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments