hydra: Increase USB image size.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size
  to 860 MiB, for x86_64.
master
Ludovic Courtès 2015-05-15 15:31:20 +02:00
parent fefd841887
commit 897e5d9960
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ system.")
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
(* 850 MiB))))))
(* 860 MiB))))))
'()))
(define (tarball-jobs store system)