diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-01 23:50:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-01 23:50:39 +0200 |
commit | 9e69b09857e4a629cf3cac22369c3e704daf424b (patch) | |
tree | f1823d0fadf3e3678dd30354efdae003bac84239 /build-aux | |
parent | b53be755e465be04dc05e9069178874cb9f1f44d (diff) | |
download | guix-9e69b09857e4a629cf3cac22369c3e704daf424b.tar guix-9e69b09857e4a629cf3cac22369c3e704daf424b.tar.gz |
hydra: Make USB installation image smaller.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image'
to 630 MiB.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index fce91c3160..f02f1f48e6 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -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) |