|
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' }}"
|
@@ -333,7 +316,7 @@ jobs:
|
333 | 316 | - name: dist-x86_64-apple
|
334 | 317 | env:
|
335 | 318 | SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
|
336 |
| - RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin" |
| 319 | + RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1" |
337 | 320 | RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
|
338 | 321 | MACOSX_DEPLOYMENT_TARGET: 10.12
|
339 | 322 | SELECT_XCODE: /Applications/Xcode_14.3.1.app
|
@@ -610,10 +593,19 @@ jobs:
|
610 | 593 | strategy:
|
611 | 594 | matrix:
|
612 | 595 | include:
|
613 |
| - - name: dist-x86_64-linux |
| 596 | + - name: dist-x86_64-apple |
614 | 597 | env:
|
| 598 | + SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin" |
| 599 | + RUST_CONFIGURE_ARGS: "--enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1" |
| 600 | + RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 |
| 601 | + MACOSX_DEPLOYMENT_TARGET: 10.12 |
| 602 | + SELECT_XCODE: /Applications/Xcode_14.3.1.app |
| 603 | + NO_LLVM_ASSERTIONS: 1 |
| 604 | + NO_DEBUG_ASSERTIONS: 1 |
| 605 | + NO_OVERFLOW_CHECKS: 1 |
| 606 | + DIST_REQUIRE_ALL_TOOLS: 1 |
615 | 607 | CODEGEN_BACKENDS: "llvm,cranelift"
|
616 |
| - os: ubuntu-20.04-16core-64gb |
| 608 | + os: macos-13 |
617 | 609 | defaults:
|
618 | 610 | run:
|
619 | 611 | shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
|
|
0 commit comments