[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/92: gnu: glib: Disable tests for the Hurd.
From: |
guix-commits |
Subject: |
74/92: gnu: glib: Disable tests for the Hurd. |
Date: |
Fri, 23 Jun 2023 12:45:46 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 68e792920c2f9c2ca303c667430e76590bdbf402
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 13 10:58:03 2023 +0200
gnu: glib: Disable tests for the Hurd.
* gnu/packages/glib.scm (glib)[arguments]: When building for the Hurd,
set #:tests? to #false.
---
gnu/packages/glib.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e988e8dc87..bcbc1f22b1 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Florian Pelz <pelzflorian@pelzflorian.de>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020 Arthur Margerit <ruhtra.mar@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
@@ -241,6 +241,7 @@ information, refer to the @samp{dbus-daemon(1)} man
page.")))
"debug"))
(arguments
(list
+ #:tests? (not (target-hurd?))
#:disallowed-references
(cons tzdata-for-tests
;; Verify glib-mkenums, gtester, ... use the cross-compiled
- 66/92: gnu: tcsh: Skip substitution tests on the Hurd., (continued)
- 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
- 67/92: gnu: swig: Skip tests when building for the Hurd., guix-commits, 2023/06/23
- 72/92: gnu: graphite2: Skip test on the Hurd., guix-commits, 2023/06/23
- 74/92: gnu: glib: Disable tests for the Hurd.,
guix-commits <=
- 24/92: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/23
- 45/92: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/23
- 48/92: gnu: python: Support native build on the Hurd., guix-commits, 2023/06/23
- 55/92: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/06/23
- 58/92: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/23
- 59/92: gnu: procps: Skip linux-version test for the Hurd., guix-commits, 2023/06/23
- 60/92: gnu: e2fsprogs: Skip failing tests on the Hurd., guix-commits, 2023/06/23
- 64/92: gnu: openssl-1.1: Fix shared build for the Hurd., guix-commits, 2023/06/23
- 69/92: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/06/23
- 71/92: gnu: doxygen: Fix build for the Hurd., guix-commits, 2023/06/23