diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-02-13 11:29:55 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-02-13 11:29:55 +0100 |
| commit | 8ff3639dffe3cd7802d407d8f43eb1788d3de661 (patch) | |
| tree | 81b5f2db53dc66227f82f6c6bde997c9c0c80f67 /src/ci/github-actions | |
| parent | cfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 (diff) | |
| download | rust-8ff3639dffe3cd7802d407d8f43eb1788d3de661.tar.gz rust-8ff3639dffe3cd7802d407d8f43eb1788d3de661.zip | |
ci: move `x86_64-gnu-debug` job to the free runner
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 |
