summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-12 13:52:09 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-12 13:52:09 +0100
commit91781e0268c62db8368b93feef08b77ac66b0e33 (patch)
tree69743591d81a1c3f4e4612a85f98475155595259 /build-aux
parent85c4848fccbb78ee3b3ffd8c4fa4ff9b60e997c3 (diff)
downloadguix-91781e0268c62db8368b93feef08b77ac66b0e33.tar.gz
guix-91781e0268c62db8368b93feef08b77ac66b0e33.tar.xz
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')
-rw-r--r--build-aux/hydra/gnu-system.scm2
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