File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 63
63
- name : x86_64-gnu-tools
64
64
os : ubuntu-20.04-16core-64gb
65
65
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
66
72
timeout-minutes : 600
67
73
runs-on : " ${{ matrix.os }}"
68
74
steps :
Original file line number Diff line number Diff line change @@ -342,6 +342,17 @@ jobs:
342
342
- name : x86_64-gnu-tools
343
343
<< : *job-linux-16c
344
344
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
+
345
356
auto :
346
357
<< : *base-ci-job
347
358
name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments