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
1 changed files with 0 additions and 1 deletions

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