all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: 52180@debbugs.gnu.org
Subject: [bug#52180] maintenance: Disable ARM emulation.
Date: Mon, 29 Nov 2021 15:56:16 +0100	[thread overview]
Message-ID: <87mtlnj9in.fsf@gnu.org> (raw)

[-- 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


             reply	other threads:[~2021-11-29 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 14:56 Mathieu Othacehe [this message]
2021-12-03  9:46 ` bug#52180: maintenance: Disable ARM emulation Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtlnj9in.fsf@gnu.org \
    --to=othacehe@gnu.org \
    --cc=52180@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.