summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-01 23:50:39 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-01 23:50:39 +0200
commit9e69b09857e4a629cf3cac22369c3e704daf424b (patch)
treef1823d0fadf3e3678dd30354efdae003bac84239 /build-aux
parentb53be755e465be04dc05e9069178874cb9f1f44d (diff)
downloadguix-9e69b09857e4a629cf3cac22369c3e704daf424b.tar.gz
guix-9e69b09857e4a629cf3cac22369c3e704daf424b.tar.xz
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.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 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)