guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: Fix up arm qemu job.


From: Danny Milosavljevic
Subject: 01/01: hydra: Fix up arm qemu job.
Date: Mon, 29 Jan 2018 10:09:35 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 2a49a18e8b60a03d85b7ad8b02a3730fa003eb69
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 29 16:02:25 2018 +0100

    hydra: Fix up arm qemu job.
    
    * build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job.
    
    Follow-up to 44b0303762f58badd9b9f8f1145e54b76b9d19d2.
---
 build-aux/hydra/gnu-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index ab240cb..e776041 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -170,7 +170,7 @@ system.")
                          (mbegin %store-monad
                            (set-guile-for-build (default-guile))
                            (system-disk-image
-                            (operating-system (inherit os)
+                            (operating-system (inherit installation-os)
                              (bootloader (bootloader-configuration
                                           (bootloader u-boot-bootloader)
                                           (target #f))))



reply via email to

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