about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2025-02-13 17:46:13 -0800
committerGitHub <noreply@github.com>2025-02-13 17:46:13 -0800
commit0e56579209d7b0cb121b8da2e50abd310070f95f (patch)
tree3e0edbe8517b0f1e191f4721a3bbe095c682314d
parent0e8596077be465e39e9c0aea0f23ba68d4bf8c45 (diff)
parent8ff3639dffe3cd7802d407d8f43eb1788d3de661 (diff)
downloadrust-0e56579209d7b0cb121b8da2e50abd310070f95f.tar.gz
rust-0e56579209d7b0cb121b8da2e50abd310070f95f.zip
Rollup merge of #136970 - marcoieni:no-largedisk, r=Kobzol
ci: move `x86_64-gnu-debug` job to the free runner

try-job: x86_64-gnu-debug
-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