hydra: Make USB installation image bigger.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Require 800 MiB for the USB disk image.master
parent
85c4848fcc
commit
91781e0268
|
@ -151,7 +151,7 @@ system.")
|
|||
(run-with-store store
|
||||
(system-disk-image installation-os
|
||||
#:disk-image-size
|
||||
(* 630 MiB)))))
|
||||
(* 800 MiB)))))
|
||||
'()))
|
||||
|
||||
(define job-name
|
||||
|
|
Reference in New Issue