Skip to content

Commit 03c7f99

Browse files
committed
ci: switch x86_64-gnu-debug to use a large disk runner
Full stage 2 build + run-make with full debug info seems to overwhelm the standard 4c runner's storage capacity.
1 parent 0ccc62a commit 03c7f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/github-actions/jobs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ auto:
253253
<<: *job-linux-4c
254254

255255
- image: x86_64-gnu-debug
256-
<<: *job-linux-4c
256+
# 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
257259

258260
- image: x86_64-gnu-distcheck
259261
<<: *job-linux-8c

0 commit comments

Comments
 (0)