@@ -297,7 +297,7 @@ jobs:
297
297
os : ubuntu-20.04-xl
298
298
- name : dist-x86_64-apple
299
299
env :
300
- SCRIPT : " ./x.py dist --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
300
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
301
301
RUST_CONFIGURE_ARGS : " --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
302
302
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
303
303
MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -308,7 +308,7 @@ jobs:
308
308
os : macos-latest
309
309
- name : dist-apple-various
310
310
env :
311
- SCRIPT : " ./x.py dist --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
311
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
312
312
RUST_CONFIGURE_ARGS : " --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
313
313
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
314
314
MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -318,7 +318,7 @@ jobs:
318
318
os : macos-latest
319
319
- name : dist-x86_64-apple-alt
320
320
env :
321
- SCRIPT : " ./x.py dist"
321
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths "
322
322
RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
323
323
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
324
324
MACOSX_DEPLOYMENT_TARGET : 10.7
@@ -350,7 +350,7 @@ jobs:
350
350
os : macos-latest
351
351
- name : dist-aarch64-apple
352
352
env :
353
- SCRIPT : " ./x.py dist --stage 2"
353
+ SCRIPT : " ./x.py dist bootstrap --include-default-paths --stage 2"
354
354
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"
355
355
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
356
356
USE_XCODE_CLANG : 1
@@ -424,33 +424,33 @@ jobs:
424
424
- name : dist-x86_64-msvc
425
425
env :
426
426
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler"
427
- SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist
427
+ SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
428
428
DIST_REQUIRE_ALL_TOOLS : 1
429
429
os : windows-latest-xl
430
430
- name : dist-i686-msvc
431
431
env :
432
432
RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc --host=i686-pc-windows-msvc --target=i686-pc-windows-msvc,i586-pc-windows-msvc --enable-full-tools --enable-profiler"
433
- SCRIPT : python x.py dist
433
+ SCRIPT : python x.py dist bootstrap --include-default-paths
434
434
DIST_REQUIRE_ALL_TOOLS : 1
435
435
os : windows-latest-xl
436
436
- name : dist-aarch64-msvc
437
437
env :
438
438
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler"
439
- SCRIPT : python x.py dist
439
+ SCRIPT : python x.py dist bootstrap --include-default-paths
440
440
DIST_REQUIRE_ALL_TOOLS : 1
441
441
WINDOWS_SDK_20348_HACK : 1
442
442
os : windows-latest-xl
443
443
- name : dist-i686-mingw
444
444
env :
445
445
RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler --set llvm.allow-old-toolchain"
446
446
NO_DOWNLOAD_CI_LLVM : 1
447
- SCRIPT : python x.py dist
447
+ SCRIPT : python x.py dist bootstrap --include-default-paths
448
448
CUSTOM_MINGW : 1
449
449
DIST_REQUIRE_ALL_TOOLS : 1
450
450
os : windows-latest-xl
451
451
- name : dist-x86_64-mingw
452
452
env :
453
- SCRIPT : python x.py dist
453
+ SCRIPT : python x.py dist bootstrap --include-default-paths
454
454
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler --set llvm.allow-old-toolchain"
455
455
NO_DOWNLOAD_CI_LLVM : 1
456
456
CUSTOM_MINGW : 1
@@ -459,7 +459,7 @@ jobs:
459
459
- name : dist-x86_64-msvc-alt
460
460
env :
461
461
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler"
462
- SCRIPT : python x.py dist
462
+ SCRIPT : python x.py dist bootstrap --include-default-paths
463
463
os : windows-latest-xl
464
464
timeout-minutes : 600
465
465
runs-on : " ${{ matrix.os }}"
0 commit comments