summary refs log tree commit diff
path: root/gnu/ci.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-06-29 17:22:11 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-06-29 17:24:36 +0200
commit880bf7a0946991dc68eaa4a344e24d60072e2672 (patch)
tree69c5560162215a68a984e2e0d44f0b011ecf779b /gnu/ci.scm
parent6dd2ad26d0f82b86f0ef0bbff04229b39b165e33 (diff)
downloadguix-880bf7a0946991dc68eaa4a344e24d60072e2672.tar.gz
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.
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r--gnu/ci.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 834e0f1260..af0bb66775 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