Skip to content

Commit cd897a2

Browse files
committed
DO NOT MERGE: run windows builder in PR
1 parent 92bbefc commit cd897a2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
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:

src/ci/github-actions/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)