mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
hydra: Increase USB image size.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size to 860 MiB, for x86_64.
This commit is contained in:
parent
fefd841887
commit
897e5d9960
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ (define MiB
|
|||
(set-guile-for-build (default-guile))
|
||||
(system-disk-image installation-os
|
||||
#:disk-image-size
|
||||
(* 850 MiB))))))
|
||||
(* 860 MiB))))))
|
||||
'()))
|
||||
|
||||
(define (tarball-jobs store system)
|
||||
|
|
Loading…
Reference in a new issue