* [bug#43829] [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines.
@ 2020-10-06 15:24 Danny Milosavljevic
2020-10-09 18:30 ` bug#43829: " Danny Milosavljevic
0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2020-10-06 15:24 UTC (permalink / raw)
To: 43829; +Cc: Danny Milosavljevic
* 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)))
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#43829: [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines.
2020-10-06 15:24 [bug#43829] [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines Danny Milosavljevic
@ 2020-10-09 18:30 ` Danny Milosavljevic
0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-10-09 18:30 UTC (permalink / raw)
To: 43829-done
[-- Attachment #1: Type: text/plain, Size: 80 bytes --]
Pushed to guix-maintenance as commit 81b5eab1a85196725895502637e2540a1535ce8b.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-09 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 15:24 [bug#43829] [PATCH guix-maintenance] hydra/machines-for-berlin: Temporarily disable building 32 bit packages on 64 bit machines Danny Milosavljevic
2020-10-09 18:30 ` bug#43829: " Danny Milosavljevic
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).