Commit 1436467 1 parent 3148b32 commit 1436467 Copy full SHA for 1436467
File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -545,9 +545,20 @@ jobs:
545
545
strategy :
546
546
matrix :
547
547
include :
548
- - name : dist-x86_64-linux
549
- os : ubuntu-20.04-16core-64gb
550
- env : {}
548
+ - name : dist-aarch64-apple
549
+ env :
550
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin"
551
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
552
+ RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
553
+ SELECT_XCODE : /Applications/Xcode_13.4.1.app
554
+ USE_XCODE_CLANG : 1
555
+ MACOSX_DEPLOYMENT_TARGET : 11.0
556
+ MACOSX_STD_DEPLOYMENT_TARGET : 11.0
557
+ NO_LLVM_ASSERTIONS : 1
558
+ NO_DEBUG_ASSERTIONS : 1
559
+ NO_OVERFLOW_CHECKS : 1
560
+ DIST_REQUIRE_ALL_TOOLS : 1
561
+ os : macos-13-xlarge
551
562
timeout-minutes : 600
552
563
runs-on : " ${{ matrix.os }}"
553
564
steps :
Original file line number Diff line number Diff line change @@ -527,7 +527,8 @@ jobs:
527
527
<< : *job-macos-xl
528
528
529
529
# This target only needs to support 11.0 and up as nothing else supports the hardware
530
- - name : dist-aarch64-apple
530
+ - &dist-aarch64-apple
531
+ name : dist-aarch64-apple
531
532
env :
532
533
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
533
534
RUST_CONFIGURE_ARGS : >-
@@ -687,9 +688,7 @@ jobs:
687
688
strategy :
688
689
matrix :
689
690
include :
690
- - &dist-x86_64-linux
691
- name : dist-x86_64-linux
692
- << : *job-linux-16c
691
+ - << : *dist-aarch64-apple
693
692
694
693
master :
695
694
name : master
You can’t perform that action at this time.
0 commit comments