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

  • Done
  • quality assurance status badge
Details
One participant
  • Danny Milosavljevic
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal
D
D
Danny Milosavljevic wrote on 6 Oct 2020 17:24
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20201006152405.26957-1-dannym@scratchpost.org
* 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(-)

Toggle diff (22 lines)
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)))
D
D
Danny Milosavljevic wrote on 9 Oct 2020 20:30
(address . 43829-done@debbugs.gnu.org)
20201009203015.7cf5812c@scratchpost.org
Pushed to guix-maintenance as commit 81b5eab1a85196725895502637e2540a1535ce8b.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl+ArDcACgkQ5xo1VCww
uqWMpAgAjPc/PQXNAEQYBYxUeVL/FLgfx6+FjnoGkXn7EvPaa7HsSotSNSfE0fMK
40ioqh43/moSzmjCdxknmay0WnLp1grWpOeBfcfuiYvmjzHs7AQCOMpbajHcApP5
DktVzgJnr7RUzeTvSQ/m1FKTOAC/D67evommurQGpG8cY11wWvJP0az8l9ZG3NeP
Ts4En/Ul9qCaM51/dWOvA0cIsP9ijp/nddFr0H2orjZ3ohbJ6BEVAa9hmdDjzAkB
zH32X6dflfylqurlVnCxUQx/NeyUCPcyhpjYH+PJxIMhCzIJzZSAcmtKjE3RaxHi
/Eo7pwp1F8Rx4w1JTvkCIGTQAFhdRA==
=/x62
-----END PGP SIGNATURE-----


Closed
?