@@ -455,7 +455,7 @@ jobs:
455455
456456 - name : dist-x86_64-apple
457457 env :
458- SCRIPT : ./x.py dist --host=x86_64-apple-darwin --target=x86_64-apple-darwin
458+ SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
459459 RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
460460 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
461461 MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -467,7 +467,7 @@ jobs:
467467
468468 - name : dist-apple-various
469469 env :
470- SCRIPT : ./x.py dist --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
470+ SCRIPT : ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim
471471 RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
472472 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
473473 MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -478,7 +478,7 @@ jobs:
478478
479479 - name : dist-x86_64-apple-alt
480480 env :
481- SCRIPT : ./x.py dist
481+ SCRIPT : ./x.py dist bootstrap --include-default-paths
482482 RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
483483 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
484484 MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -508,7 +508,7 @@ jobs:
508508 # This target only needs to support 11.0 and up as nothing else supports the hardware
509509 - name : dist-aarch64-apple
510510 env :
511- SCRIPT : ./x.py dist --stage 2
511+ SCRIPT : ./x.py dist bootstrap --include-default-paths --stage 2
512512 RUST_CONFIGURE_ARGS : >-
513513 --build=x86_64-apple-darwin
514514 --host=aarch64-apple-darwin
@@ -652,7 +652,7 @@ jobs:
652652 --target=x86_64-pc-windows-msvc
653653 --enable-full-tools
654654 --enable-profiler
655- SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist
655+ SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
656656 DIST_REQUIRE_ALL_TOOLS : 1
657657 << : *job-windows-xl
658658
@@ -664,7 +664,7 @@ jobs:
664664 --target=i686-pc-windows-msvc,i586-pc-windows-msvc
665665 --enable-full-tools
666666 --enable-profiler
667- SCRIPT : python x.py dist
667+ SCRIPT : python x.py dist bootstrap --include-default-paths
668668 DIST_REQUIRE_ALL_TOOLS : 1
669669 << : *job-windows-xl
670670
@@ -675,7 +675,7 @@ jobs:
675675 --host=aarch64-pc-windows-msvc
676676 --enable-full-tools
677677 --enable-profiler
678- SCRIPT : python x.py dist
678+ SCRIPT : python x.py dist bootstrap --include-default-paths
679679 DIST_REQUIRE_ALL_TOOLS : 1
680680 # Hack around this SDK version, because it doesn't work with clang.
681681 # See https://github.com/rust-lang/rust/issues/88796
@@ -692,14 +692,14 @@ jobs:
692692 # We are intentionally allowing an old toolchain on this builder (and that's
693693 # incompatible with LLVM downloads today).
694694 NO_DOWNLOAD_CI_LLVM : 1
695- SCRIPT : python x.py dist
695+ SCRIPT : python x.py dist bootstrap --include-default-paths
696696 CUSTOM_MINGW : 1
697697 DIST_REQUIRE_ALL_TOOLS : 1
698698 << : *job-windows-xl
699699
700700 - name : dist-x86_64-mingw
701701 env :
702- SCRIPT : python x.py dist
702+ SCRIPT : python x.py dist bootstrap --include-default-paths
703703 RUST_CONFIGURE_ARGS : >-
704704 --build=x86_64-pc-windows-gnu
705705 --enable-full-tools
@@ -715,7 +715,7 @@ jobs:
715715 - name : dist-x86_64-msvc-alt
716716 env :
717717 RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
718- SCRIPT : python x.py dist
718+ SCRIPT : python x.py dist bootstrap --include-default-paths
719719 << : *job-windows-xl
720720
721721 try :
0 commit comments