[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/65: gnu: parted: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
32/65: gnu: parted: Disable tests for the Hurd. |
Date: |
Fri, 14 Jul 2023 10:06:02 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 032297de25ca8991c5ebe355c13e0c2e154b1d90
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
- 30/65: gnu: procps: Skip linux-version test for the Hurd., (continued)
- 30/65: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/07/14
- 38/65: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/07/14
- 41/65: gnu: cmake-minimal: Skip tests on the Hurd., guix-commits, 2023/07/14
- 44/65: gnu: guile-git: Skip http proxy test on the Hurd., guix-commits, 2023/07/14
- 45/65: gnu: glib: Disable tests for the Hurd., guix-commits, 2023/07/14
- 43/65: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/07/14
- 54/65: gnu: hurd: Support native build on the Hurd., guix-commits, 2023/07/14
- 47/65: gnu: harfbuzz: Support build for the Hurd., guix-commits, 2023/07/14
- 56/65: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/14
- 29/65: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/07/14
- 32/65: gnu: parted: Disable tests for the Hurd.,
guix-commits <=
- 58/65: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/07/14
- 59/65: gnu: guix: Update to 1.4.0-8.7f38c79689., guix-commits, 2023/07/14
- 62/65: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/14
- 61/65: DRAFT hurd: Support second boot., guix-commits, 2023/07/14
- 13/65: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the Hurd., guix-commits, 2023/07/14
- 31/65: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/07/14
- 33/65: gnu: libpaper: Disable tests for the Hurd., guix-commits, 2023/07/14
- 37/65: gnu: tcsh: Skip substitution tests on the Hurd., guix-commits, 2023/07/14
- 40/65: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/07/14
- 52/65: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/14