guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: Disable ARM emulation.


From: Mathieu Othacehe
Subject: 01/02: hydra: Disable ARM emulation.
Date: Fri, 3 Dec 2021 04:46:15 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit 353e955dc322c8355f98d5f0436dff7011c8fe30
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Nov 29 15:48:50 2021 +0100

    hydra: Disable ARM emulation.
    
    * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system
    emulation on build nodes.
---
 hydra/berlin-nodes.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index c8f035b..92bef7a 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -136,14 +136,8 @@
                                         #:emulated-architectures
                                         '("arm" "aarch64" "ppc64le")
                                         #:childhurd? (childhurd-ip? ip)
-                                        ;; Emulate foreign architectures on
-                                        ;; half of the build machines.
                                         #:systems
-                                        `("x86_64-linux" "i686-linux"
-                                          ,@(if (odd? id)
-                                                '("armhf-linux"
-                                                  "aarch64-linux")
-                                                '()))
+                                        `("x86_64-linux" "i686-linux")
                                         #:max-jobs 4
                                         ;; The big-memory machines have 96
                                         ;; logical cores, the others 64.



reply via email to

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