From 880bf7a0946991dc68eaa4a344e24d60072e2672 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 29 Jun 2020 17:22:11 +0200 Subject: [PATCH] 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 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