hydra: Make USB installation image bigger.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the
  USB disk image.
This commit is contained in:
Ludovic Courtès 2014-11-12 13:52:09 +01:00
parent 85c4848fcc
commit 91781e0268
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ system.")
(run-with-store store
(system-disk-image installation-os
#:disk-image-size
(* 630 MiB)))))
(* 800 MiB)))))
'()))
(define job-name