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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: bug#43829: closed (Re: [PATCH guix-maintenance] hydra/machines-for-berlin:
 Temporarily disable building 32 bit packages on 64 bit machines.)
Date: Fri, 09 Oct 2020 18:31:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43829 <at> debbugs.gnu.org.

-- 
43829: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43829
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (text/plain, inline)]
Pushed to guix-maintenance as commit 81b5eab1a85196725895502637e2540a1535ce8b.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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)))



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

Previous Next


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