aboutsummaryrefslogtreecommitdiff
path: root/build-aux/hydra
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-04-16 10:05:36 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-16 10:05:36 +0200
commite1600f699699556dd7f5fb8a2252606bd984c836 (patch)
tree010dbf394ab21dadec5cb01e4cefdebfc7fc3db6 /build-aux/hydra
parent73b1b4eba93b5b7a0ac098296a152489119dc7ab (diff)
downloadguix-e1600f699699556dd7f5fb8a2252606bd984c836.tar
guix-e1600f699699556dd7f5fb8a2252606bd984c836.tar.gz
hydra: Increase size of USB image.
* build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from 800 MiB to 850 MiB.
Diffstat (limited to 'build-aux/hydra')
-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 cfef7dc425..cb2e209b21 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -158,7 +158,7 @@ system.")
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
- (* 800 MiB))))))
+ (* 850 MiB))))))
'()))
(define job-name