diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-05-22 16:04:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 16:04:14 +0200 |
| commit | 9507b10ed3498348e3dba07924e5c359ec97a939 (patch) | |
| tree | aed6cf480bd5e124c7b7a03047348fccf6f52f09 /src/ci/github-actions | |
| parent | db9525334a003e9143a7b333f6e1049cb7b049db (diff) | |
| parent | 27677ef14393e7789f2d0a29bfdcf20bf657eddb (diff) | |
| download | rust-9507b10ed3498348e3dba07924e5c359ec97a939.tar.gz rust-9507b10ed3498348e3dba07924e5c359ec97a939.zip | |
Rollup merge of #141382 - marcoieni:distcheck-free-x86, r=Kobzol
ci: convert distcheck to free runner try-job: x86_64-gnu-distcheck
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}. |
