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 @@ -455,7 +455,8 @@ auto:
455
455
# Ensure that host tooling is built to support our minimum support macOS version.
456
456
MACOSX_DEPLOYMENT_TARGET : 10.12
457
457
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
458
- SELECT_XCODE : /Applications/Xcode_15.2.app
458
+ SELECT_XCODE : /Applications/Xcode_15.4.app
459
+ USE_XCODE_CLANG : 1
459
460
NO_LLVM_ASSERTIONS : 1
460
461
NO_DEBUG_ASSERTIONS : 1
461
462
NO_OVERFLOW_CHECKS : 1
@@ -481,21 +482,24 @@ auto:
481
482
482
483
- name : dist-aarch64-apple
483
484
env :
484
- SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
485
+ SCRIPT : >-
486
+ ./x.py dist bootstrap
487
+ --include-default-paths
488
+ --host=aarch64-apple-darwin
489
+ --target=aarch64-apple-darwin
485
490
RUST_CONFIGURE_ARGS : >-
486
491
--enable-full-tools
487
492
--enable-sanitizers
488
493
--enable-profiler
489
494
--set rust.jemalloc
490
- --set llvm.ninja=false
491
495
--set rust.lto=thin
492
496
--set rust.codegen-units=1
493
- SELECT_XCODE : /Applications/Xcode_15.4.app
494
- USE_XCODE_CLANG : 1
495
497
# Aarch64 tooling only needs to support macOS 11.0 and up as nothing else
496
498
# supports the hardware.
497
499
MACOSX_DEPLOYMENT_TARGET : 11.0
498
500
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
501
+ SELECT_XCODE : /Applications/Xcode_15.4.app
502
+ USE_XCODE_CLANG : 1
499
503
NO_LLVM_ASSERTIONS : 1
500
504
NO_DEBUG_ASSERTIONS : 1
501
505
NO_OVERFLOW_CHECKS : 1
You can’t perform that action at this time.
0 commit comments