Skip to content

Commit 9c5483c

Browse files
committed
DO NOT MERGE: try to add the Windows runner to the PR for debugging
1 parent b08b06e commit 9c5483c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
- name: x86_64-gnu-tools
6666
os: ubuntu-20.04-16core-64gb
6767
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
6874
defaults:
6975
run:
7076
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,13 @@ jobs:
365365
- name: x86_64-gnu-tools
366366
<<: *job-linux-16c
367367

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+
368375
auto:
369376
<<: *base-ci-job
370377
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)