|
48 | 48 | TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
|
49 | 49 | CACHE_DOMAIN: ci-caches.rust-lang.org
|
50 | 50 | if: "github.event_name == 'pull_request'"
|
51 |
| - continue-on-error: "${{ matrix.name == 'mingw-check-tidy' }}" |
52 |
| - strategy: |
53 |
| - matrix: |
54 |
| - include: |
55 |
| - - name: mingw-check |
56 |
| - os: ubuntu-20.04-4core-16gb |
57 |
| - env: {} |
58 |
| - - name: mingw-check-tidy |
59 |
| - os: ubuntu-20.04-4core-16gb |
60 |
| - env: {} |
61 |
| - - name: x86_64-gnu-llvm-16 |
62 |
| - env: |
63 |
| - ENABLE_GCC_CODEGEN: "1" |
64 |
| - os: ubuntu-20.04-16core-64gb |
65 |
| - - name: x86_64-gnu-tools |
66 |
| - os: ubuntu-20.04-16core-64gb |
67 |
| - env: {} |
68 | 51 | defaults:
|
69 | 52 | run:
|
70 | 53 | shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
|
@@ -438,7 +421,7 @@ jobs:
|
438 | 421 | os: windows-2019-8core-32gb
|
439 | 422 | - name: dist-x86_64-msvc
|
440 | 423 | env:
|
441 |
| - 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" |
| 424 | + 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 --set rust.codegen-units=1" |
442 | 425 | SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
|
443 | 426 | DIST_REQUIRE_ALL_TOOLS: 1
|
444 | 427 | os: windows-2019-8core-32gb
|
@@ -610,10 +593,12 @@ jobs:
|
610 | 593 | strategy:
|
611 | 594 | matrix:
|
612 | 595 | include:
|
613 |
| - - name: dist-x86_64-linux |
| 596 | + - name: dist-x86_64-msvc |
614 | 597 | env:
|
615 |
| - CODEGEN_BACKENDS: "llvm,cranelift" |
616 |
| - os: ubuntu-20.04-16core-64gb |
| 598 | + 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 --set rust.codegen-units=1" |
| 599 | + SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths |
| 600 | + DIST_REQUIRE_ALL_TOOLS: 1 |
| 601 | + os: windows-2019-8core-32gb |
617 | 602 | defaults:
|
618 | 603 | run:
|
619 | 604 | shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
|
|
0 commit comments