Skip to content

Commit 31d297c

Browse files
committed
tmp: test msvc in pr ci
1 parent 5645405 commit 31d297c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
- name: x86_64-gnu-tools
6464
os: ubuntu-20.04-16core-64gb
6565
env: {}
66+
- name: dist-aarch64-msvc
67+
env:
68+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler"
69+
SCRIPT: python x.py dist bootstrap --include-default-paths
70+
DIST_REQUIRE_ALL_TOOLS: 1
71+
os: windows-2019-8core-32gb
6672
timeout-minutes: 600
6773
runs-on: "${{ matrix.os }}"
6874
steps:

src/ci/github-actions/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,17 @@ jobs:
342342
- name: x86_64-gnu-tools
343343
<<: *job-linux-16c
344344

345+
- name: dist-aarch64-msvc
346+
env:
347+
RUST_CONFIGURE_ARGS: >-
348+
--build=x86_64-pc-windows-msvc
349+
--host=aarch64-pc-windows-msvc
350+
--enable-full-tools
351+
--enable-profiler
352+
SCRIPT: python x.py dist bootstrap --include-default-paths
353+
DIST_REQUIRE_ALL_TOOLS: 1
354+
<<: *job-windows-8c
355+
345356
auto:
346357
<<: *base-ci-job
347358
name: auto - ${{ matrix.name }}

0 commit comments

Comments
 (0)