mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ system.")
|
||||||
(build-image
|
(build-image
|
||||||
(image
|
(image
|
||||||
(inherit efi-disk-image)
|
(inherit efi-disk-image)
|
||||||
(size (* 1500 MiB))
|
|
||||||
(operating-system installation-os))))
|
(operating-system installation-os))))
|
||||||
,(->job 'iso9660-image
|
,(->job 'iso9660-image
|
||||||
(build-image
|
(build-image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue