hydra: Make USB installation image smaller.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image'
  to 630 MiB.
master
Ludovic Courtès 2014-06-01 23:50:39 +02:00
parent b53be755e4
commit 9e69b09857
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ system.")
(run-with-store store
(system-disk-image installation-os
#:disk-image-size
(* 700 MiB)))))
(* 630 MiB)))))
'()))
(define (hydra-jobs store arguments)