@@ -319,10 +319,10 @@ jobs:
319
319
- name : dist-x86_64-apple
320
320
env :
321
321
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
322
- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false --set rust.lto=thin"
322
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
323
323
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
324
324
MACOSX_DEPLOYMENT_TARGET : 10.12
325
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
325
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
326
326
NO_LLVM_ASSERTIONS : 1
327
327
NO_DEBUG_ASSERTIONS : 1
328
328
NO_OVERFLOW_CHECKS : 1
@@ -332,42 +332,44 @@ jobs:
332
332
- name : dist-apple-various
333
333
env :
334
334
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
335
- RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
335
+ RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set rust.jemalloc"
336
336
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
337
337
MACOSX_DEPLOYMENT_TARGET : 10.12
338
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
338
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
339
339
NO_LLVM_ASSERTIONS : 1
340
340
NO_DEBUG_ASSERTIONS : 1
341
341
NO_OVERFLOW_CHECKS : 1
342
342
os : macos-13
343
343
- name : x86_64-apple-1
344
344
env :
345
345
SCRIPT : " ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
346
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
346
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
347
347
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
348
348
MACOSX_DEPLOYMENT_TARGET : 10.12
349
349
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
350
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
350
351
NO_LLVM_ASSERTIONS : 1
351
352
NO_DEBUG_ASSERTIONS : 1
352
353
NO_OVERFLOW_CHECKS : 1
353
354
os : macos-13
354
355
- name : x86_64-apple-2
355
356
env :
356
357
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
357
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false "
358
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
358
359
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
359
360
MACOSX_DEPLOYMENT_TARGET : 10.12
360
361
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
362
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
361
363
NO_LLVM_ASSERTIONS : 1
362
364
NO_DEBUG_ASSERTIONS : 1
363
365
NO_OVERFLOW_CHECKS : 1
364
366
os : macos-13
365
367
- name : dist-aarch64-apple
366
368
env :
367
369
SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
368
- 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 "
370
+ 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"
369
371
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
370
- SELECT_XCODE : /Applications/Xcode_13.4 .1.app
372
+ SELECT_XCODE : /Applications/Xcode_14.3 .1.app
371
373
USE_XCODE_CLANG : 1
372
374
MACOSX_DEPLOYMENT_TARGET : 11.0
373
375
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
0 commit comments