This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ jobs:
457
457
RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc --set rust.lto=thin"
458
458
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
459
459
MACOSX_DEPLOYMENT_TARGET : 10.12
460
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
460
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
461
461
NO_LLVM_ASSERTIONS : 1
462
462
NO_DEBUG_ASSERTIONS : 1
463
463
NO_OVERFLOW_CHECKS : 1
@@ -470,7 +470,7 @@ jobs:
470
470
RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
471
471
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
472
472
MACOSX_DEPLOYMENT_TARGET : 10.12
473
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
473
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
474
474
NO_LLVM_ASSERTIONS : 1
475
475
NO_DEBUG_ASSERTIONS : 1
476
476
NO_OVERFLOW_CHECKS : 1
@@ -482,6 +482,7 @@ jobs:
482
482
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
483
483
MACOSX_DEPLOYMENT_TARGET : 10.12
484
484
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
485
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
485
486
NO_LLVM_ASSERTIONS : 1
486
487
NO_DEBUG_ASSERTIONS : 1
487
488
NO_OVERFLOW_CHECKS : 1
@@ -493,6 +494,7 @@ jobs:
493
494
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
494
495
MACOSX_DEPLOYMENT_TARGET : 10.12
495
496
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
497
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
496
498
NO_LLVM_ASSERTIONS : 1
497
499
NO_DEBUG_ASSERTIONS : 1
498
500
NO_OVERFLOW_CHECKS : 1
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ jobs:
739
739
RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc --set rust.lto=thin
740
740
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
741
741
MACOSX_DEPLOYMENT_TARGET : 10.12
742
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
742
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
743
743
NO_LLVM_ASSERTIONS : 1
744
744
NO_DEBUG_ASSERTIONS : 1
745
745
NO_OVERFLOW_CHECKS : 1
@@ -753,7 +753,7 @@ jobs:
753
753
RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc
754
754
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
755
755
MACOSX_DEPLOYMENT_TARGET : 10.12
756
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
756
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
757
757
NO_LLVM_ASSERTIONS : 1
758
758
NO_DEBUG_ASSERTIONS : 1
759
759
NO_OVERFLOW_CHECKS : 1
@@ -766,6 +766,7 @@ jobs:
766
766
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
767
767
MACOSX_DEPLOYMENT_TARGET : 10.12
768
768
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
769
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
769
770
NO_LLVM_ASSERTIONS : 1
770
771
NO_DEBUG_ASSERTIONS : 1
771
772
NO_OVERFLOW_CHECKS : 1
You can’t perform that action at this time.
0 commit comments