GNU bug report logs - #43829
[PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Tue, 6 Oct 2020 15:25:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43829 in the body.
You can then email your comments to 43829 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#43829; Package guix-patches. (Tue, 06 Oct 2020 15:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 06 Oct 2020 15:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily
 disable building 32 bit packages on 64 bit machines.
Date: Tue,  6 Oct 2020 17:24:05 +0200
* hydra/machines-for-berlin.scm: Temporarily disable building 32 bit on
64 bit machines.
---
 hydra/machines-for-berlin.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 6af39f4..a1597c2 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -301,9 +301,12 @@
 			    (_ #f))
 			   hosts))
        (fast/hurd (filter (compose childhurd-ip? build-machine-name) fast)))
-  (append overdrive (map aarch64->armhf overdrive)
-	  armv7
-	  x86_64
-	  (map x86_64->qemu-aarch64 fast)
-	  (map x86_64->qemu-armhf fast)
+  (append overdrive
+          ;; This has been disabled until bug# 43513 is fixed.
+          ;(map aarch64->armhf overdrive)
+          armv7
+          x86_64
+          (map x86_64->qemu-aarch64 fast)
+          ;; This has been disabled until bug# 43513 is fixed.
+          ;(map x86_64->qemu-armhf fast)
           (map x86_64->childhurd fast/hurd)))




Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Fri, 09 Oct 2020 18:31:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Fri, 09 Oct 2020 18:31:02 GMT) Full text and rfc822 format available.

Message #10 received at 43829-done <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 43829-done <at> debbugs.gnu.org
Subject: Re: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily
 disable building 32 bit packages on 64 bit machines.
Date: Fri, 9 Oct 2020 20:30:15 +0200
[Message part 1 (text/plain, inline)]
Pushed to guix-maintenance as commit 81b5eab1a85196725895502637e2540a1535ce8b.
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Nov 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.