[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/92: gnu: parted: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
61/92: gnu: parted: Disable tests for the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:44 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit f67fe58f4762a63146926daeb3f94c7fdb4fdd37
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 10 10:08:42 2023 +0200
gnu: parted: Disable tests for the Hurd.
* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when
building for the Hurd.
---
gnu/packages/disk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 466070248d..c26fcacf7c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -256,6 +256,7 @@ tmpfs/ramfs filesystems.")
#:configure-flags (if (target-hurd?)
#~'("--disable-device-mapper")
#~'())
+ #:tests? (not (target-hurd?))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-locales-and-python
- 47/92: gnu: openssl: Build fix for the Hurd., (continued)
- 47/92: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/06/23
- 43/92: gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd., guix-commits, 2023/06/23
- 53/92: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 54/92: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/06/23
- 56/92: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 63/92: gnu: cairo: Support building for the Hurd., guix-commits, 2023/06/23
- 46/92: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/06/23
- 49/92: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 52/92: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 57/92: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/06/23
- 61/92: gnu: parted: Disable tests for the Hurd.,
guix-commits <=
- 62/92: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/06/23
- 65/92: gnu: ruby-2.6: Skip test on the Hurd., guix-commits, 2023/06/23
- 66/92: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/06/23
- 68/92: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/23
- 75/92: gnu: ghostscript: Fix build for the Hurd., guix-commits, 2023/06/23
- 77/92: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/23
- 76/92: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/06/23
- 87/92: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/06/23
- 88/92: gnu: guix: Update to 1.4.0-8.bda98632ff., guix-commits, 2023/06/23
- 90/92: DRAFT hurd: Support second boot., guix-commits, 2023/06/23