diff options
| author | bors <bors@rust-lang.org> | 2025-05-22 14:55:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-22 14:55:52 +0000 |
| commit | e3892a40a9d06034fdf2432a9d3d29fa97726299 (patch) | |
| tree | 8e40ccd2b3a328a2cc2cb0c4bd05f39809146d36 /src/ci/github-actions | |
| parent | d423c815a69bbcfb4abcd23a828b9a513c397632 (diff) | |
| parent | 580bd6e16f4236a8bb8eb2b0df301dbbafbaca7d (diff) | |
| download | rust-e3892a40a9d06034fdf2432a9d3d29fa97726299.tar.gz rust-e3892a40a9d06034fdf2432a9d3d29fa97726299.zip | |
Auto merge of #141397 - matthiaskrgr:rollup-l9uu6g6, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #141355 (ci: improve citool job db errors) - #141359 (Fix `FnOnce` impl for `AsyncFn`/`AsyncFnMut` self-borrowing closures in new solver) - #141362 (Normalize aliases to correct kind of error term) - #141377 (Remove unnecessary `is_empty` checks) - #141381 (try_cast_aligned: avoid bare int-to-ptr casts) - #141382 (ci: convert distcheck to free runner) - #141389 (ci: prepare aws access keys for migration) - #141390 (Don't allow `poly_select` in new solver) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 005007bbccd..58a1db93e6e 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -324,7 +324,7 @@ auto: <<: *job-linux-4c - name: x86_64-gnu-distcheck - <<: *job-linux-8c + <<: *job-linux-4c # The x86_64-gnu-llvm-20 job is split into multiple jobs to run tests in parallel. # x86_64-gnu-llvm-20-1 skips tests that run in x86_64-gnu-llvm-20-{2,3}. |
