[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/66: gnu: parted: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
33/66: gnu: parted: Disable tests for the Hurd. |
Date: |
Fri, 14 Jul 2023 17:56:41 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 61030dd672638b326a42f6d8c5886953df3a7342
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
- 49/66: gnu: pango: Support build for the Hurd., (continued)
- 49/66: gnu: pango: Support build for the Hurd., guix-commits, 2023/07/14
- 48/66: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/07/14
- 50/66: gnu: fontforge: Support build on the Hurd., guix-commits, 2023/07/14
- 55/66: gnu: hurd: Support native build on the Hurd., guix-commits, 2023/07/14
- 60/66: gnu: guix: Update to 1.4.0-8.51376bc6f6., guix-commits, 2023/07/14
- 63/66: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/14
- 66/66: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/14
- 65/66: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/07/14
- 23/66: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 24/66: gnu: c-ares: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 33/66: gnu: parted: Disable tests for the Hurd.,
guix-commits <=
- 34/66: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/07/14
- 19/66: gnu: openssl: Build fix for the Hurd., guix-commits, 2023/07/14
- 20/66: gnu: python: Support native build on the Hurd., guix-commits, 2023/07/14
- 22/66: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 25/66: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 26/66: gnu: libgcrypt: Skip hanging benchmark tests on the Hurd., guix-commits, 2023/07/14
- 27/66: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/07/14
- 29/66: gnu: git: Skip failing test on the Hurd., guix-commits, 2023/07/14
- 30/66: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/07/14
- 40/66: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/07/14