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.
parent
6dd2ad26d0
commit
880bf7a094
|
@ -229,7 +229,6 @@ system.")
|
|||
(build-image
|
||||
(image
|
||||
(inherit efi-disk-image)
|
||||
(size (* 1500 MiB))
|
||||
(operating-system installation-os))))
|
||||
,(->job 'iso9660-image
|
||||
(build-image
|
||||
|
|
Reference in New Issue