@@ -23,10 +23,6 @@ runners:
23
23
<< : *base-job
24
24
25
25
- &job-macos
26
- os : macos-13
27
- << : *base-job
28
-
29
- - &job-macos-m1
30
26
os : macos-14
31
27
<< : *base-job
32
28
@@ -68,17 +64,6 @@ runners:
68
64
<< : *base-job
69
65
70
66
envs :
71
- env-x86_64-apple-tests : &env-x86_64-apple-tests
72
- SCRIPT : ./x.py check compiletest --set build.compiletest-use-stage0-libtest=true && ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
73
- RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
74
- # Ensure that host tooling is tested on our minimum supported macOS version.
75
- MACOSX_DEPLOYMENT_TARGET : 10.12
76
- MACOSX_STD_DEPLOYMENT_TARGET : 10.12
77
- SELECT_XCODE : /Applications/Xcode_15.2.app
78
- NO_LLVM_ASSERTIONS : 1
79
- NO_DEBUG_ASSERTIONS : 1
80
- NO_OVERFLOW_CHECKS : 1
81
-
82
67
production :
83
68
&production
84
69
DEPLOY_BUCKET : rust-lang-ci2
@@ -449,8 +434,19 @@ auto:
449
434
450
435
- name : dist-x86_64-apple
451
436
env :
452
- SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
453
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
437
+ SCRIPT : >-
438
+ ./x.py dist bootstrap
439
+ --include-default-paths
440
+ --host=x86_64-apple-darwin
441
+ --target=x86_64-apple-darwin
442
+ RUST_CONFIGURE_ARGS : >-
443
+ --enable-full-tools
444
+ --enable-sanitizers
445
+ --enable-profiler
446
+ --disable-docs
447
+ --set rust.jemalloc
448
+ --set rust.lto=thin
449
+ --set rust.codegen-units=1
454
450
# Ensure that host tooling is built to support our minimum support macOS version.
455
451
MACOSX_DEPLOYMENT_TARGET : 10.12
456
452
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -476,17 +472,6 @@ auto:
476
472
NO_LLVM_ASSERTIONS : 1
477
473
NO_DEBUG_ASSERTIONS : 1
478
474
NO_OVERFLOW_CHECKS : 1
479
- << : *job-macos-m1
480
-
481
- - name : x86_64-apple-1
482
- env :
483
- << : *env-x86_64-apple-tests
484
- << : *job-macos
485
-
486
- - name : x86_64-apple-2
487
- env :
488
- SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
489
- << : *env-x86_64-apple-tests
490
475
<< : *job-macos
491
476
492
477
- name : dist-aarch64-apple
@@ -511,7 +496,7 @@ auto:
511
496
NO_OVERFLOW_CHECKS : 1
512
497
DIST_REQUIRE_ALL_TOOLS : 1
513
498
CODEGEN_BACKENDS : llvm,cranelift
514
- << : *job-macos-m1
499
+ << : *job-macos
515
500
516
501
- name : aarch64-apple
517
502
env :
@@ -531,7 +516,7 @@ auto:
531
516
NO_LLVM_ASSERTIONS : 1
532
517
NO_DEBUG_ASSERTIONS : 1
533
518
NO_OVERFLOW_CHECKS : 1
534
- << : *job-macos-m1
519
+ << : *job-macos
535
520
536
521
# #####################
537
522
# Windows Builders #
0 commit comments