mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
ci: Do not limit disk-image size.
Installation tests are already checking the disk-image size. Do not set another limit here. * gnu/ci.scm (image-jobs): Do not limit disk-image size.
This commit is contained in:
parent
6dd2ad26d0
commit
880bf7a094
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ (define MiB
|
|||
(build-image
|
||||
(image
|
||||
(inherit efi-disk-image)
|
||||
(size (* 1500 MiB))
|
||||
(operating-system installation-os))))
|
||||
,(->job 'iso9660-image
|
||||
(build-image
|
||||
|
|
Loading…
Reference in a new issue