File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 65
65
- name : x86_64-gnu-tools
66
66
os : ubuntu-20.04-16core-64gb
67
67
env : {}
68
+ - name : x86_64-msvc-ext
69
+ env :
70
+ SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
71
+ HOST_TARGET : x86_64-pc-windows-msvc
72
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json"
73
+ os : windows-2019-8core-32gb
68
74
defaults :
69
75
run :
70
76
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -365,6 +365,13 @@ jobs:
365
365
- name : x86_64-gnu-tools
366
366
<< : *job-linux-16c
367
367
368
+ - name : x86_64-msvc-ext
369
+ env :
370
+ SCRIPT : 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
+ << : *job-windows-8c
374
+
368
375
auto :
369
376
<< : *base-ci-job
370
377
name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments