@@ -454,7 +454,7 @@ jobs:
454454 - name : dist-x86_64-apple
455455 env :
456456 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 rust.jemalloc --set rust.lto=thin"
457+ RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc --set rust.lto=thin"
458458 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
459459 MACOSX_DEPLOYMENT_TARGET : 10.12
460460 SELECT_XCODE : /Applications/Xcode_13.4.1.app
@@ -467,7 +467,7 @@ jobs:
467467 - name : dist-apple-various
468468 env :
469469 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 rust.jemalloc"
470+ RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
471471 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
472472 MACOSX_DEPLOYMENT_TARGET : 10.12
473473 SELECT_XCODE : /Applications/Xcode_13.4.1.app
@@ -478,7 +478,7 @@ jobs:
478478 - name : x86_64-apple-1
479479 env :
480480 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 rust.jemalloc"
481+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
482482 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
483483 MACOSX_DEPLOYMENT_TARGET : 10.12
484484 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -489,7 +489,7 @@ jobs:
489489 - name : x86_64-apple-2
490490 env :
491491 SCRIPT : " ./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
492- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
492+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set llvm.ninja=false --set rust.jemalloc"
493493 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
494494 MACOSX_DEPLOYMENT_TARGET : 10.12
495495 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
0 commit comments