guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: Increase image sizes for USB image and Flash image.


From: guix-commits
Subject: 01/01: hydra: Increase image sizes for USB image and Flash image.
Date: Sat, 8 Dec 2018 18:53:42 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 07c791c1104db3530eb12c918043fc3b30c093be
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Dec 9 00:49:54 2018 +0100

    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.
---
 build-aux/hydra/gnu-system.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index d6b0132..05d430d 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -187,14 +187,14 @@ system.")
                                           (bootloader u-boot-bootloader)
                                           (target #f))))
                             #:disk-image-size
-                            (* 1024 MiB))))))
+                            (* 1500 MiB))))))
           (list (->job 'usb-image
                        (run-with-store store
                          (mbegin %store-monad
                            (set-guile-for-build (default-guile))
                            (system-disk-image installation-os
                                               #:disk-image-size
-                                              (* 1024 MiB)))))
+                                              (* 1500 MiB)))))
                 (->job 'iso9660-image
                        (run-with-store store
                          (mbegin %store-monad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]