File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments