[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/89: gnu: guix: Disable some test on 32bit.
From: |
guix-commits |
Subject: |
84/89: gnu: guix: Disable some test on 32bit. |
Date: |
Tue, 20 Jun 2023 05:59:03 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 29510d1717c5060572002ef983bdabef518541e7
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 16 11:22:15 2023 +0200
gnu: guix: Disable some test on 32bit.
* gnu/packages/package-management.scm (guix)[arguments]: When building on or
for 32bit, add phase 'disable-tests'.
---
gnu/packages/package-management.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index e3dba508f0..f893a310a6 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -260,6 +260,17 @@ $(prefix)/etc/openrc\n")))
(substitute* "tests/gexp.scm"
(("2\\.0") "3.0")))))
'())
+ ,@(if (target-x86-32?)
+ `((add-after 'unpack 'disable-tests
+ (lambda _
+ (substitute* "Makefile.am"
+ (("tests/grafts.scm") "")
+ (("tests/offload.scm") "")
+ (("tests/packages.scm") "")
+ (("tests/guix-build.sh") "")
+ (("tests/guix-package.sh") "")
+ (("tests/guix-system.sh") "")))))
+ '())
(add-before 'build 'use-host-compressors
(lambda* (#:key inputs target #:allow-other-keys)
(when target
- 07/89: squash! gnu: Add libc-for-target and glibc/hurd., (continued)
- 07/89: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/20
- 10/89: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/20
- 13/89: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/20
- 14/89: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/20
- 16/89: gnu: Add rumpkernel., guix-commits, 2023/06/20
- 20/89: hurd-boot: Setup pci-arbiter and rumpdisk translators., guix-commits, 2023/06/20
- 34/89: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/20
- 36/89: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/06/20
- 79/89: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 37/89: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/06/20
- 84/89: gnu: guix: Disable some test on 32bit.,
guix-commits <=
- 87/89: DRAFT hurd: Support second boot., guix-commits, 2023/06/20
- 22/89: system: hurd: Boot with pci.arbiter and rumpdisk., guix-commits, 2023/06/20
- 28/89: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/20
- 32/89: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/20
- 31/89: gnu: commencement: Add automake-boot0., guix-commits, 2023/06/20
- 49/89: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/06/20
- 66/89: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/06/20
- 54/89: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/06/20
- 42/89: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/06/20
- 55/89: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/06/20