@@ -347,8 +347,8 @@ jobs:
347
347
os : macos-13
348
348
- name : dist-aarch64-apple
349
349
env :
350
- SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2 "
351
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --host=aarch64-apple-darwin --target=aarch64-apple-darwin -- enable-full-tools --enable-sanitizers --enable-profiler --disable-docs --set rust.jemalloc --set llvm.ninja=false"
350
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin "
351
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
352
352
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
353
353
SELECT_XCODE : /Applications/Xcode_13.4.1.app
354
354
USE_XCODE_CLANG : 1
@@ -358,8 +358,7 @@ jobs:
358
358
NO_DEBUG_ASSERTIONS : 1
359
359
NO_OVERFLOW_CHECKS : 1
360
360
DIST_REQUIRE_ALL_TOOLS : 1
361
- JEMALLOC_SYS_WITH_LG_PAGE : 14
362
- os : macos-13
361
+ os : macos-13-xlarge
363
362
- name : x86_64-msvc
364
363
env :
365
364
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
@@ -546,9 +545,20 @@ jobs:
546
545
strategy :
547
546
matrix :
548
547
include :
549
- - name : dist-x86_64-linux
550
- os : ubuntu-20.04-16core-64gb
551
- 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
552
562
timeout-minutes : 600
553
563
runs-on : " ${{ matrix.os }}"
554
564
steps :
0 commit comments