From: Danny Milosavljevic <dannym@scratchpost.org>
To: 43829@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>
Subject: [bug#43829] [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 [thread overview]
Message-ID: <20201006152405.26957-1-dannym@scratchpost.org> (raw)
* 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)))
next reply other threads:[~2020-10-06 15:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 15:24 Danny Milosavljevic [this message]
2020-10-09 18:30 ` bug#43829: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines Danny Milosavljevic
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201006152405.26957-1-dannym@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=43829@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).