@@ -23,10 +23,6 @@ runners:
2323 << : *base-job
2424
2525 - &job-macos
26- os : macos-13
27- << : *base-job
28-
29- - &job-macos-m1
3026 os : macos-14
3127 << : *base-job
3228
@@ -68,17 +64,6 @@ runners:
6864 << : *base-job
6965
7066envs :
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-
8267 production :
8368 &production
8469 DEPLOY_BUCKET : rust-lang-ci2
@@ -455,8 +440,19 @@ auto:
455440
456441 - name : dist-x86_64-apple
457442 env :
458- SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
459- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
443+ SCRIPT : >-
444+ ./x.py dist bootstrap
445+ --include-default-paths
446+ --host=x86_64-apple-darwin
447+ --target=x86_64-apple-darwin
448+ RUST_CONFIGURE_ARGS : >-
449+ --enable-full-tools
450+ --enable-sanitizers
451+ --enable-profiler
452+ --disable-docs
453+ --set rust.jemalloc
454+ --set rust.lto=thin
455+ --set rust.codegen-units=1
460456 # Ensure that host tooling is built to support our minimum support macOS version.
461457 MACOSX_DEPLOYMENT_TARGET : 10.12
462458 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -482,17 +478,6 @@ auto:
482478 NO_LLVM_ASSERTIONS : 1
483479 NO_DEBUG_ASSERTIONS : 1
484480 NO_OVERFLOW_CHECKS : 1
485- << : *job-macos-m1
486-
487- - name : x86_64-apple-1
488- env :
489- << : *env-x86_64-apple-tests
490- << : *job-macos
491-
492- - name : x86_64-apple-2
493- env :
494- SCRIPT : ./x.py --stage 2 test tests/ui tests/rustdoc
495- << : *env-x86_64-apple-tests
496481 << : *job-macos
497482
498483 - name : dist-aarch64-apple
@@ -517,7 +502,7 @@ auto:
517502 NO_OVERFLOW_CHECKS : 1
518503 DIST_REQUIRE_ALL_TOOLS : 1
519504 CODEGEN_BACKENDS : llvm,cranelift
520- << : *job-macos-m1
505+ << : *job-macos
521506
522507 - name : aarch64-apple
523508 env :
@@ -537,7 +522,7 @@ auto:
537522 NO_LLVM_ASSERTIONS : 1
538523 NO_DEBUG_ASSERTIONS : 1
539524 NO_OVERFLOW_CHECKS : 1
540- << : *job-macos-m1
525+ << : *job-macos
541526
542527 # #####################
543528 # Windows Builders #
0 commit comments