[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/58: gnu: parted: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
23/58: gnu: parted: Disable tests for the Hurd. |
Date: |
Wed, 19 Jul 2023 03:00:47 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 360cfce24ad5f1dc53831646ca58cd1be4d6739e
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 6306504503..35ffcf173e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -259,6 +259,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
- 10/58: gnu: openssl: Build fix for the Hurd., (continued)
- 10/58: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/19
- 21/58: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/07/19
- 05/58: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/07/19
- 03/58: gnu: coreutils: Skip hanging and failing test on the Hurd., guix-commits, 2023/07/19
- 28/58: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/19
- 15/58: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 19/58: gnu: curl: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 01/58: Revert "gnu: libunistring: Fix make check for the Hurd.", guix-commits, 2023/07/19
- 12/58: gnu: mpfr: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 22/58: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 23/58: gnu: parted: Disable tests for the Hurd.,
guix-commits <=
- 24/58: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/07/19
- 27/58: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/19
- 20/58: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 32/58: gnu: doxygen: Fix build for the Hurd., guix-commits, 2023/07/19
- 34/58: gnu: guile-git: Skip http proxy test on the Hurd., guix-commits, 2023/07/19
- 02/58: gnu: guile: Skip hanging and failing pipe tests on the Hurd., guix-commits, 2023/07/19
- 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