From e1600f699699556dd7f5fb8a2252606bd984c836 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 16 Apr 2015 10:05:36 +0200 Subject: hydra: Increase size of USB image. * build-aux/hydra/gnu-system.scm (qemu-jobs) : Increase from 800 MiB to 850 MiB. --- build-aux/hydra/gnu-system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/hydra') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index cfef7dc425..cb2e209b21 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -158,7 +158,7 @@ system.") (set-guile-for-build (default-guile)) (system-disk-image installation-os #:disk-image-size - (* 800 MiB)))))) + (* 850 MiB)))))) '())) (define job-name -- cgit v1.2.3