[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: Increase USB image size.
From: |
Ludovic Courtès |
Subject: |
01/01: hydra: Increase USB image size. |
Date: |
Fri, 15 May 2015 20:55:25 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 897e5d9960bf9e78767415a619a2eb4ad05667c4
Author: Ludovic Courtès <address@hidden>
Date: Fri May 15 15:31:20 2015 +0200
hydra: Increase USB image size.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size
to 860 MiB, for x86_64.
---
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 c612ff1..8d9b43c 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -159,7 +159,7 @@ system.")
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
- (* 850 MiB))))))
+ (* 860 MiB))))))
'()))
(define (tarball-jobs store system)