Skip to content

Commit

Permalink
ci: switch x86_64-gnu-debug to use a large disk runner
Browse files Browse the repository at this point in the history
Full stage 2 build + run-make with full debug info seems to overwhelm
the standard 4c runner's storage capacity.
  • Loading branch information
jieyouxu committed Oct 22, 2024
1 parent 0ccc62a commit 03c7f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ auto:
<<: *job-linux-4c

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

- image: x86_64-gnu-distcheck
<<: *job-linux-8c
Expand Down

0 comments on commit 03c7f99

Please sign in to comment.