about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-02-13 11:29:55 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-02-13 11:29:55 +0100
commit8ff3639dffe3cd7802d407d8f43eb1788d3de661 (patch)
tree81b5f2db53dc66227f82f6c6bde997c9c0c80f67 /src/ci/github-actions
parentcfe9ffcd7c2d63fd3e0fc33a8d23ac4f0d50efe9 (diff)
downloadrust-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.yml4
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