Skip to content

Commit a997157

Browse files
committed
DRAFT: Add an aarch64-msvc build running on ARM64 Windows
1 parent be181dd commit a997157

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/ci/github-actions/jobs.yml

+8-11
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ runners:
4747
os: windows-2025-8core-32gb
4848
<<: *base-job
4949

50+
- &job-windows-aarch64
51+
os: windows-11-arm64-8core-32gb
52+
<<: *base-job
53+
5054
- &job-aarch64-linux
5155
# Free some disk space to avoid running out of space during the build.
5256
free_disk: true
@@ -100,18 +104,11 @@ envs:
100104
# These jobs automatically inherit envs.pr, to avoid repeating
101105
# it in each job definition.
102106
pr:
103-
- name: mingw-check
104-
<<: *job-linux-4c
105-
- name: mingw-check-tidy
106-
continue_on_error: true
107-
<<: *job-linux-4c
108-
- name: x86_64-gnu-llvm-19
107+
- name: aarch64-msvc
109108
env:
110-
ENABLE_GCC_CODEGEN: "1"
111-
DOCKER_SCRIPT: x86_64-gnu-llvm.sh
112-
<<: *job-linux-16c
113-
- name: x86_64-gnu-tools
114-
<<: *job-linux-16c
109+
RUST_CONFIGURE_ARGS: --build=aarch64-pc-windows-msvc
110+
SCRIPT: make ci-msvc
111+
<<: *job-windows-aarch64
115112

116113
# Jobs that run when you perform a try build (@bors try)
117114
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)