hydra: Increase image sizes for USB image and Flash image.
* build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from 1024 MiB to 1500 MiB. <flash-image>: Increase from 1024 MiB to 1500 MiB.
This commit is contained in:
parent
cec0c4e29c
commit
07c791c110
|
@ -187,14 +187,14 @@ system.")
|
||||||
(bootloader u-boot-bootloader)
|
(bootloader u-boot-bootloader)
|
||||||
(target #f))))
|
(target #f))))
|
||||||
#:disk-image-size
|
#:disk-image-size
|
||||||
(* 1024 MiB))))))
|
(* 1500 MiB))))))
|
||||||
(list (->job 'usb-image
|
(list (->job 'usb-image
|
||||||
(run-with-store store
|
(run-with-store store
|
||||||
(mbegin %store-monad
|
(mbegin %store-monad
|
||||||
(set-guile-for-build (default-guile))
|
(set-guile-for-build (default-guile))
|
||||||
(system-disk-image installation-os
|
(system-disk-image installation-os
|
||||||
#:disk-image-size
|
#:disk-image-size
|
||||||
(* 1024 MiB)))))
|
(* 1500 MiB)))))
|
||||||
(->job 'iso9660-image
|
(->job 'iso9660-image
|
||||||
(run-with-store store
|
(run-with-store store
|
||||||
(mbegin %store-monad
|
(mbegin %store-monad
|
||||||
|
|
Loading…
Reference in New Issue