diff options
| author | bors <bors@rust-lang.org> | 2025-02-14 03:19:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-14 03:19:52 +0000 |
| commit | 6dfeab5c9e8a17a6636c1479037baabc4b1e9562 (patch) | |
| tree | f1e47d108d2b7e8f8f40f77cf180d65279ba6edb /src/ci/github-actions | |
| parent | a567209daab72b7ea59eac533278064396bb0534 (diff) | |
| parent | 6eb39294d1eac1178a66c129c55e7ff908ff72c9 (diff) | |
| download | rust-6dfeab5c9e8a17a6636c1479037baabc4b1e9562.tar.gz rust-6dfeab5c9e8a17a6636c1479037baabc4b1e9562.zip | |
Auto merge of #137001 - workingjubilee:rollup-u3dn4gc, r=workingjubilee
Rollup of 11 pull requests Successful merges: - #136863 (rework rigid alias handling ) - #136869 (Fix diagnostic when using = instead of : in let binding) - #136895 (debuginfo: Set bitwidth appropriately in enum variant tags) - #136928 (eagerly prove WF when resolving fully qualified paths) - #136941 (Move `llvm.ccache` to `build.ccache`) - #136950 (rustdoc: use better, consistent SVG icons for scraped examples) - #136957 (coverage: Eliminate more counters by giving them to unreachable nodes) - #136960 (Compiletest should not inherit all host RUSTFLAGS) - #136962 (unify LLVM version finding logic) - #136970 (ci: move `x86_64-gnu-debug` job to the free runner) - #136973 (Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump)) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c08104e796b..48814f7dd8a 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -294,9 +294,7 @@ auto: <<: *job-linux-4c - name: x86_64-gnu-debug - # This seems to be needed because a full stage 2 build + run-make tests - # overwhelms the storage capacity of the standard 4c runner. - <<: *job-linux-4c-largedisk + <<: *job-linux-4c - name: x86_64-gnu-distcheck <<: *job-linux-8c |
