File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -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"
Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ x--expand-yaml-anchors--remove:
91
91
os : macos-13 # We use the standard runner for now
92
92
<< : *base-job
93
93
94
+ - &job-macos-m1
95
+ os : macos-13-xlarge
96
+ << : *base-job
97
+
94
98
- &job-windows-8c
95
99
os : windows-2019-8core-32gb
96
100
<< : *base-job
@@ -525,15 +529,11 @@ jobs:
525
529
# This target only needs to support 11.0 and up as nothing else supports the hardware
526
530
- name : dist-aarch64-apple
527
531
env :
528
- SCRIPT : ./x.py dist bootstrap --include-default-paths --stage 2
532
+ SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
529
533
RUST_CONFIGURE_ARGS : >-
530
- --build=x86_64-apple-darwin
531
- --host=aarch64-apple-darwin
532
- --target=aarch64-apple-darwin
533
534
--enable-full-tools
534
535
--enable-sanitizers
535
536
--enable-profiler
536
- --disable-docs
537
537
--set rust.jemalloc
538
538
--set llvm.ninja=false
539
539
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
@@ -545,15 +545,7 @@ jobs:
545
545
NO_DEBUG_ASSERTIONS : 1
546
546
NO_OVERFLOW_CHECKS : 1
547
547
DIST_REQUIRE_ALL_TOOLS : 1
548
- # Corresponds to 16K page size
549
- #
550
- # Shouldn't be needed if jemalloc-sys is updated to
551
- # handle this platform like iOS or if we build on
552
- # aarch64-apple-darwin itself.
553
- #
554
- # https://github.com/gnzlbg/jemallocator/blob/c27a859e98e3cb790dc269773d9da71a1e918458/jemalloc-sys/build.rs#L237
555
- JEMALLOC_SYS_WITH_LG_PAGE : 14
556
- << : *job-macos-xl
548
+ << : *job-macos-m1
557
549
558
550
# #####################
559
551
# Windows Builders #
You can’t perform that action at this time.
0 commit comments