@@ -304,6 +304,7 @@ jobs:
304
304
RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
305
305
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
306
306
MACOSX_DEPLOYMENT_TARGET : 10.7
307
+ SELECT_XCODE : /Applications/Xcode_13.4.1.app
307
308
NO_LLVM_ASSERTIONS : 1
308
309
NO_DEBUG_ASSERTIONS : 1
309
310
NO_OVERFLOW_CHECKS : 1
@@ -315,6 +316,7 @@ jobs:
315
316
RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
316
317
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
317
318
MACOSX_DEPLOYMENT_TARGET : 10.7
319
+ SELECT_XCODE : /Applications/Xcode_13.4.1.app
318
320
NO_LLVM_ASSERTIONS : 1
319
321
NO_DEBUG_ASSERTIONS : 1
320
322
NO_OVERFLOW_CHECKS : 1
@@ -325,6 +327,7 @@ jobs:
325
327
RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
326
328
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
327
329
MACOSX_DEPLOYMENT_TARGET : 10.7
330
+ SELECT_XCODE : /Applications/Xcode_13.4.1.app
328
331
NO_LLVM_ASSERTIONS : 1
329
332
NO_DEBUG_ASSERTIONS : 1
330
333
NO_OVERFLOW_CHECKS : 1
@@ -356,7 +359,7 @@ jobs:
356
359
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
357
360
RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --host=aarch64-apple-darwin --target=aarch64-apple-darwin --enable-full-tools --enable-sanitizers --enable-profiler --disable-docs --set rust.jemalloc --set llvm.ninja=false"
358
361
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
359
- SELECT_XCODE : /Applications/Xcode_12.2 .app
362
+ SELECT_XCODE : /Applications/Xcode_13.4.1 .app
360
363
USE_XCODE_CLANG : 1
361
364
MACOSX_DEPLOYMENT_TARGET : 11.0
362
365
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
0 commit comments