all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52180] maintenance: Disable ARM emulation.
@ 2021-11-29 14:56 Mathieu Othacehe
  2021-12-03  9:46 ` bug#52180: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Othacehe @ 2021-11-29 14:56 UTC (permalink / raw)
  To: 52180

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-hydra-Disable-ARM-emulation.patch --]
[-- Type: text/x-patch, Size: 1575 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52180: maintenance: Disable ARM emulation.
  2021-11-29 14:56 [bug#52180] maintenance: Disable ARM emulation Mathieu Othacehe
@ 2021-12-03  9:46 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-03  9:46 UTC (permalink / raw)
  To: 52180-done


> * hydra/berlin-nodes.scm: Disable armhf-linux and aarch64-linux system
> emulation on build nodes.

Pushed as 353e955dc322c8355f98d5f0436dff7011c8fe30.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-03  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 14:56 [bug#52180] maintenance: Disable ARM emulation Mathieu Othacehe
2021-12-03  9:46 ` bug#52180: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.