File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,8 @@ auto:
430
430
# Ensure that host tooling is built to support our minimum support macOS version.
431
431
MACOSX_DEPLOYMENT_TARGET : 10.12
432
432
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
433
- SELECT_XCODE : /Applications/Xcode_15.2.app
433
+ SELECT_XCODE : /Applications/Xcode_15.4.app
434
+ USE_XCODE_CLANG : 1
434
435
DIST_REQUIRE_ALL_TOOLS : 1
435
436
CODEGEN_BACKENDS : llvm,cranelift
436
437
<< : *job-macos
@@ -450,21 +451,24 @@ auto:
450
451
451
452
- name : dist-aarch64-apple
452
453
env :
453
- SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
454
+ SCRIPT : >-
455
+ ./x.py dist bootstrap
456
+ --include-default-paths
457
+ --host=aarch64-apple-darwin
458
+ --target=aarch64-apple-darwin
454
459
RUST_CONFIGURE_ARGS : >-
455
460
--enable-full-tools
456
461
--enable-sanitizers
457
462
--enable-profiler
458
463
--set rust.jemalloc
459
- --set llvm.ninja=false
460
464
--set rust.lto=thin
461
465
--set rust.codegen-units=1
462
- SELECT_XCODE : /Applications/Xcode_15.4.app
463
- USE_XCODE_CLANG : 1
464
466
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
465
467
# supports the hardware.
466
468
MACOSX_DEPLOYMENT_TARGET : 11.0
467
469
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
470
+ SELECT_XCODE : /Applications/Xcode_15.4.app
471
+ USE_XCODE_CLANG : 1
468
472
DIST_REQUIRE_ALL_TOOLS : 1
469
473
CODEGEN_BACKENDS : llvm,cranelift
470
474
<< : *job-macos
You can’t perform that action at this time.
0 commit comments