[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/84: gnu: parted: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
61/84: gnu: parted: Disable tests for the Hurd. |
Date: |
Wed, 14 Jun 2023 06:24:00 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit bd1487f29e06dfc575b1f0e3bbc5f471e690ecf5
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 0d84974ef5..893d0d450c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -254,6 +254,7 @@ tmpfs/ramfs filesystems.")
#:configure-flags (if (hurd-target?)
#~'("--disable-device-mapper")
#~'())
+ #:tests? (not (target-hurd?))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-locales-and-python
- 65/84: gnu: ruby-2.6: Skip test for the Hurd., (continued)
- 65/84: gnu: ruby-2.6: Skip test for the Hurd., guix-commits, 2023/06/14
- 81/84: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/06/14
- 17/84: gnu: hurd-minimal: Include libshouldbeinlibc and libstore., guix-commits, 2023/06/14
- 02/84: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/06/14
- 33/84: gnu: commencement: mig-boot0: Update to 1.8+git20230520., guix-commits, 2023/06/14
- 35/84: gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/14
- 44/84: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/06/14
- 49/84: gnu: mpfr: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 55/84: gnu: tcl: Remove failing tests for the Hurd.., guix-commits, 2023/06/14
- 80/84: gnu: guile-2.0: Skip failing tests for the Hurd., guix-commits, 2023/06/14
- 61/84: gnu: parted: Disable tests for the Hurd.,
guix-commits <=
- 63/84: gnu: cairo: Support building for the Hurd., guix-commits, 2023/06/14
- 73/84: gnu: guile-git: Skip http proxy test for the Hurd., guix-commits, 2023/06/14