emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52180: closed (maintenance: Disable ARM emulation.)


From: GNU bug Tracking System
Subject: bug#52180: closed (maintenance: Disable ARM emulation.)
Date: Fri, 03 Dec 2021 09:47:02 +0000

Your message dated Fri, 03 Dec 2021 10:46:52 +0100
with message-id <87mtlit3zn.fsf@gnu.org>
and subject line Re: bug#52180: maintenance: Disable ARM emulation.
has caused the debbugs.gnu.org bug report #52180,
regarding maintenance: Disable ARM emulation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52180: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52180
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: maintenance: Disable ARM emulation. Date: Mon, 29 Nov 2021 15:56:16 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

The Cuirass instance on Berlin is now connected to three more ARM
machines: grunewald, pankow and kreuzberg thanks to Ricardo! We can now
hopefully stop relying on ARM emulated builds.

Here's a patch on maintenance to disable running ARM emulated builds on
hydra-guix build nodes. Those emulated builds are known to fail in
various ways when native builds work properly.

Thanks,

Mathieu
>From d2b2a9a714f9d5140690682ef64968bebd06327a Mon Sep 17 00:00:00 2001
From: Mathieu Othacehe <othacehe@gnu.org>
Date: Mon, 29 Nov 2021 15:48:50 +0100
Subject: [PATCH 1/1] 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.
-- 
2.34.0


--- End Message ---
--- Begin Message --- Subject: Re: bug#52180: maintenance: Disable ARM emulation. Date: Fri, 03 Dec 2021 10:46:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system
> emulation on build nodes.

Pushed as 353e955dc322c8355f98d5f0436dff7011c8fe30.

Thanks,

Mathieu


--- End Message ---

reply via email to

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