mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
hydra: Make USB installation image bigger.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the USB disk image.
This commit is contained in:
parent
85c4848fcc
commit
91781e0268
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ (define MiB
|
|||
(run-with-store store
|
||||
(system-disk-image installation-os
|
||||
#:disk-image-size
|
||||
(* 630 MiB)))))
|
||||
(* 800 MiB)))))
|
||||
'()))
|
||||
|
||||
(define job-name
|
||||
|
|
Loading…
Reference in a new issue