This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 880bf7a  ci: Do not limit disk-image size.
880bf7a is described below

commit 880bf7a0946991dc68eaa4a344e24d60072e2672
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Mon Jun 29 17:22:11 2020 +0200

    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.
---
 gnu/ci.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 834e0f1..af0bb66 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -229,7 +229,6 @@ system.")
                 (build-image
                  (image
                   (inherit efi-disk-image)
-                  (size (* 1500 MiB))
                   (operating-system installation-os))))
         ,(->job 'iso9660-image
                 (build-image

Reply via email to