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.
This commit is contained in:
parent
0ccc62a5dc
commit
03c7f992cd
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue