@@ -454,7 +454,7 @@ jobs:
454
454
- name : dist-x86_64-apple
455
455
env :
456
456
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
457
- RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc --set rust.lto=thin"
457
+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin"
458
458
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
459
459
MACOSX_DEPLOYMENT_TARGET : 10.12
460
460
SELECT_XCODE : /Applications/Xcode_14.3.1.app
@@ -467,7 +467,7 @@ jobs:
467
467
- name : dist-apple-various
468
468
env :
469
469
SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
470
- RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
470
+ RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set rust.jemalloc"
471
471
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
472
472
MACOSX_DEPLOYMENT_TARGET : 10.12
473
473
SELECT_XCODE : /Applications/Xcode_14.3.1.app
@@ -478,7 +478,7 @@ jobs:
478
478
- name : x86_64-apple-1
479
479
env :
480
480
SCRIPT : " ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
481
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
481
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
482
482
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
483
483
MACOSX_DEPLOYMENT_TARGET : 10.12
484
484
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -490,7 +490,7 @@ jobs:
490
490
- name : x86_64-apple-2
491
491
env :
492
492
SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
493
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
493
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
494
494
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
495
495
MACOSX_DEPLOYMENT_TARGET : 10.12
496
496
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
0 commit comments