guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Do not emulate ARM on x86_64 berlin nodes.


From: Ricardo Wurmus
Subject: branch master updated: hydra: Do not emulate ARM on x86_64 berlin nodes.
Date: Sat, 18 Dec 2021 17:01:35 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 45cdd0a  hydra: Do not emulate ARM on x86_64 berlin nodes.
45cdd0a is described below

commit 45cdd0abdf35189dc45e17a5ecf959ebf64ba5a4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 18 23:00:48 2021 +0100

    hydra: Do not emulate ARM on x86_64 berlin nodes.
    
    * hydra/berlin-nodes.scm: Remove "arm" and "aarch64" from emulated
    architectures.
---
 hydra/berlin-nodes.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin-nodes.scm b/hydra/berlin-nodes.scm
index 92bef7a..eec1e3e 100644
--- a/hydra/berlin-nodes.scm
+++ b/hydra/berlin-nodes.scm
@@ -134,7 +134,7 @@
                                         #:authorized-guix-keys
                                         %authorized-guix-keys
                                         #:emulated-architectures
-                                        '("arm" "aarch64" "ppc64le")
+                                        '("ppc64le")
                                         #:childhurd? (childhurd-ip? ip)
                                         #:systems
                                         `("x86_64-linux" "i686-linux")



reply via email to

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