diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-12 13:52:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-12 13:52:09 +0100 |
commit | 91781e0268c62db8368b93feef08b77ac66b0e33 (patch) | |
tree | 69743591d81a1c3f4e4612a85f98475155595259 /build-aux/hydra/gnu-system.scm | |
parent | 85c4848fccbb78ee3b3ffd8c4fa4ff9b60e997c3 (diff) | |
download | guix-91781e0268c62db8368b93feef08b77ac66b0e33.tar guix-91781e0268c62db8368b93feef08b77ac66b0e33.tar.gz |
hydra: Make USB installation image bigger.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the
USB disk image.
Diffstat (limited to 'build-aux/hydra/gnu-system.scm')
-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 c7ad730abc..6bcfbf5dc3 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -151,7 +151,7 @@ system.") (run-with-store store (system-disk-image installation-os #:disk-image-size - (* 630 MiB))))) + (* 800 MiB))))) '())) (define job-name |