guix-commits
[Top][All Lists]
Advanced

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

12/12: hydra: milano: Remove i686 from QEMU platforms


From: Giovanni Biscuolo
Subject: 12/12: hydra: milano: Remove i686 from QEMU platforms
Date: Tue, 11 Jun 2019 09:43:41 -0400 (EDT)

biscuolo pushed a commit to branch master
in repository maintenance.

commit e725c4d5ff459a0a5d4d80d793e525de96fc889b
Author: Giovanni Biscuolo <address@hidden>
Date:   Wed Jun 5 15:21:25 2019 +0200

    hydra: milano: Remove i686 from QEMU platforms
    
    Ipse dixit: there’s no “i686” platform in QEMU, but most importantly
    any x86_64 machine can transparently build for i686, so there’s no
    need for QEMU in this case.
    
    * hydra/milano-guix-1.scm: (qemu-binfmt-service-type) remove i686 platform
---
 hydra/milano-guix-1.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index bafbd04..5ec1521 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -108,7 +108,7 @@
                          
                           (service qemu-binfmt-service-type
                                    (qemu-binfmt-configuration
-                                    (platforms (lookup-qemu-platforms "i686" 
"arm" "aarch64"))
+                                    (platforms (lookup-qemu-platforms "arm" 
"aarch64"))
                                     (guix-support? #t)))
 
                          (service mcron-service-type



reply via email to

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