Skip to content

Commit befc94e

Browse files
committed
Auto merge of rust-lang#2607 - RalfJung:rustup, r=RalfJung
Rustup
2 parents 53e3577 + bb911ce commit befc94e

File tree

4,059 files changed

+68317
-45790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,059 files changed

+68317
-45790
lines changed

Diff for: .github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
os: ubuntu-20.04-xl
298298
- name: dist-x86_64-apple
299299
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"
301301
RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
302302
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
303303
MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -308,7 +308,7 @@ jobs:
308308
os: macos-latest
309309
- name: dist-apple-various
310310
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"
312312
RUST_CONFIGURE_ARGS: "--enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
313313
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
314314
MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -318,7 +318,7 @@ jobs:
318318
os: macos-latest
319319
- name: dist-x86_64-apple-alt
320320
env:
321-
SCRIPT: "./x.py dist"
321+
SCRIPT: "./x.py dist bootstrap --include-default-paths"
322322
RUST_CONFIGURE_ARGS: "--enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
323323
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
324324
MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -350,7 +350,7 @@ jobs:
350350
os: macos-latest
351351
- name: dist-aarch64-apple
352352
env:
353-
SCRIPT: "./x.py dist --stage 2"
353+
SCRIPT: "./x.py dist bootstrap --include-default-paths --stage 2"
354354
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"
355355
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
356356
USE_XCODE_CLANG: 1
@@ -424,33 +424,33 @@ jobs:
424424
- name: dist-x86_64-msvc
425425
env:
426426
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
428428
DIST_REQUIRE_ALL_TOOLS: 1
429429
os: windows-latest-xl
430430
- name: dist-i686-msvc
431431
env:
432432
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
434434
DIST_REQUIRE_ALL_TOOLS: 1
435435
os: windows-latest-xl
436436
- name: dist-aarch64-msvc
437437
env:
438438
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
440440
DIST_REQUIRE_ALL_TOOLS: 1
441441
WINDOWS_SDK_20348_HACK: 1
442442
os: windows-latest-xl
443443
- name: dist-i686-mingw
444444
env:
445445
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-gnu --enable-full-tools --enable-profiler --set llvm.allow-old-toolchain"
446446
NO_DOWNLOAD_CI_LLVM: 1
447-
SCRIPT: python x.py dist
447+
SCRIPT: python x.py dist bootstrap --include-default-paths
448448
CUSTOM_MINGW: 1
449449
DIST_REQUIRE_ALL_TOOLS: 1
450450
os: windows-latest-xl
451451
- name: dist-x86_64-mingw
452452
env:
453-
SCRIPT: python x.py dist
453+
SCRIPT: python x.py dist bootstrap --include-default-paths
454454
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler --set llvm.allow-old-toolchain"
455455
NO_DOWNLOAD_CI_LLVM: 1
456456
CUSTOM_MINGW: 1
@@ -459,7 +459,7 @@ jobs:
459459
- name: dist-x86_64-msvc-alt
460460
env:
461461
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
463463
os: windows-latest-xl
464464
timeout-minutes: 600
465465
runs-on: "${{ matrix.os }}"

0 commit comments

Comments
 (0)