guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/machines-for-berlin: Temporarily disable bu


From: Danny Milosavljevic
Subject: branch master updated: hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines.
Date: Fri, 09 Oct 2020 14:28:57 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 81b5eab  hydra/machines-for-berlin: Temporarily disable building 32 
bit packages on 64 bit machines.
81b5eab is described below

commit 81b5eab1a85196725895502637e2540a1535ce8b
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Tue Oct 6 17:22:12 2020 +0200

    hydra/machines-for-berlin: Temporarily disable building 32 bit packages on
    64 bit machines.
    
    * 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 via email to

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