[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/58: gnu: guix: Disable some test on 32bit.
From: |
guix-commits |
Subject: |
44/58: gnu: guix: Disable some test on 32bit. |
Date: |
Wed, 19 Jul 2023 03:00:50 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 3832d77f7bb48dc514b5f94372a9eb8df757bc3c
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 c6273efbd0..367caf4d29 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -262,6 +262,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
- 56/58: DRAFT system: examples: Add devel-hurd.tmpl., (continued)
- 56/58: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/07/19
- 48/58: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/19
- 55/58: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/19
- 17/58: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/07/19
- 11/58: gnu: python: Support native build on the Hurd., guix-commits, 2023/07/19
- 25/58: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/07/19
- 31/58: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/07/19
- 36/58: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/07/19
- 37/58: gnu: pango: Support build for the Hurd., guix-commits, 2023/07/19
- 43/58: gnu: hurd: Support native build on the Hurd., guix-commits, 2023/07/19
- 44/58: gnu: guix: Disable some test on 32bit.,
guix-commits <=
- 39/58: gnu: po4a: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 50/58: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/19
- 47/58: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/19
- 46/58: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/19
- 06/58: gnu: findutils: Move test-strerror_r from XFAIL to skip on the Hurd., guix-commits, 2023/07/19
- 41/58: gnu: cairo: Support building for the Hurd., guix-commits, 2023/07/19
- 04/58: gnu: grep: Update hanging and failing tests on the Hurd., guix-commits, 2023/07/19
- 35/58: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/07/19
- 42/58: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/07/19
- 58/58: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/19