~ruther/guix-local

897e5d9960bf9e78767415a619a2eb4ad05667c4 — Ludovic Courtès 11 years ago fefd841
hydra: Increase USB image size.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size
  to 860 MiB, for x86_64.
1 files changed, 1 insertions(+), 1 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +1 -1
@@ 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)