We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-gnu-debug
1 parent 0ccc62a commit 03c7f99Copy full SHA for 03c7f99
1 file changed
src/ci/github-actions/jobs.yml
@@ -253,7 +253,9 @@ auto:
253
<<: *job-linux-4c
254
255
- image: x86_64-gnu-debug
256
- <<: *job-linux-4c
+ # This seems to be needed because a full stage 2 build + run-make tests
257
+ # overwhelms the storage capacity of the standard 4c runner.
258
+ <<: *job-linux-4c-largedisk
259
260
- image: x86_64-gnu-distcheck
261
<<: *job-linux-8c
0 commit comments