Skip to content
Snippets Groups Projects
Unverified Commit 07c791c1 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

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.
parent cec0c4e2
No related branches found
No related tags found
No related merge requests found
...@@ -187,14 +187,14 @@ (define MiB ...@@ -187,14 +187,14 @@ (define MiB
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment