3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Mathieu Othacehe 2020-06-29 17:22:11 +02:00
parent 6dd2ad26d0
commit 880bf7a094
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -229,7 +229,6 @@ system.")
(build-image
(image
(inherit efi-disk-image)
(size (* 1500 MiB))
(operating-system installation-os))))
,(->job 'iso9660-image
(build-image