guix-commits
[Top][All Lists]
Advanced

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

11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support


From: Giovanni Biscuolo
Subject: 11/12: hydra: milano: Add qemu-binfmt-service-type with guix-support
Date: Tue, 11 Jun 2019 09:43:41 -0400 (EDT)

biscuolo pushed a commit to branch master
in repository maintenance.

commit 4a77f193b00b323f5247ed71431fb7e23a91ca54
Author: Giovanni Biscuolo <address@hidden>
Date:   Wed Jun 5 10:49:03 2019 +0200

    hydra: milano: Add qemu-binfmt-service-type with guix-support
    
    Milano will transparently build for i686, arm and aarch64 platforms,
    other than native x86_64
    
    * hydra/milano-guix-1.scm: Add qemu-binfmt-service-type for i686, arm
      and aarch64 platforms
---
 hydra/milano-guix-1.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 1fdd6d9..bafbd04 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -4,7 +4,7 @@
 ;; Released under the GNU GPLv3 or any later version.
 
 (use-modules (gnu))
-(use-service-modules networking mcron ssh)
+(use-service-modules networking mcron ssh virtualization)
 (use-package-modules screen ssh linux)
 
 ;; The following definition are **almost** copied from dover.scm: a
@@ -106,6 +106,11 @@
                          
                          (service ntp-service-type)
                          
+                          (service qemu-binfmt-service-type
+                                   (qemu-binfmt-configuration
+                                    (platforms (lookup-qemu-platforms "i686" 
"arm" "aarch64"))
+                                    (guix-support? #t)))
+
                          (service mcron-service-type
                             (mcron-configuration
                              (jobs (list gc-job btrfs-job)))))



reply via email to

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