File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ runners:
47
47
os : windows-2025-8core-32gb
48
48
<< : *base-job
49
49
50
+ - &job-windows-aarch64
51
+ os : windows-11-arm64-8core-32gb
52
+ << : *base-job
53
+
50
54
- &job-aarch64-linux
51
55
# Free some disk space to avoid running out of space during the build.
52
56
free_disk : true
@@ -100,18 +104,11 @@ envs:
100
104
# These jobs automatically inherit envs.pr, to avoid repeating
101
105
# it in each job definition.
102
106
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
109
108
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
115
112
116
113
# Jobs that run when you perform a try build (@bors try)
117
114
# These jobs automatically inherit envs.try, to avoid repeating
You can’t perform that action at this time.
0 commit comments