9494 SELECT_XCODE : /Applications/Xcode_15.4.app
9595 USE_XCODE_CLANG : 1
9696
97+ # Ensure that host tooling is tested on our minimum supported macOS
98+ # version.
99+ env-macos-x86_64-target : &env-macos-x86_64-target
100+ MACOSX_DEPLOYMENT_TARGET : 10.12
101+ MACOSX_STD_DEPLOYMENT_TARGET : 10.12
102+
97103jobs :
98104 dist-x86_64-linux : &job-dist-x86_64-linux
99105 name : dist-x86_64-linux
@@ -431,9 +437,7 @@ auto:
431437 --set rust.jemalloc
432438 --set rust.lto=thin
433439 --set rust.codegen-units=1
434- # Ensure that host tooling is built to support our minimum support macOS version.
435- MACOSX_DEPLOYMENT_TARGET : 10.12
436- MACOSX_STD_DEPLOYMENT_TARGET : 10.12
440+ << : *env-macos-x86_64-target
437441 << : *env-macos-xcode
438442 DIST_REQUIRE_ALL_TOOLS : 1
439443 CODEGEN_BACKENDS : llvm,cranelift
@@ -445,10 +449,8 @@ auto:
445449 # Mac Catalyst cannot currently compile the sanitizer:
446450 # https://github.com/rust-lang/rust/issues/129069
447451 RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
448- # Ensure that host tooling is built to support our minimum support macOS version.
449452 # FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
450- MACOSX_DEPLOYMENT_TARGET : 10.12
451- MACOSX_STD_DEPLOYMENT_TARGET : 10.12
453+ << : *env-macos-x86_64-target
452454 << : *env-macos-xcode
453455 << : *job-macos
454456
0 commit comments