guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74306] [PATCH gnome-team 24/44] gnu: libsoup-minimal: Disable test


From: Maxim Cournoyer
Subject: [bug#74306] [PATCH gnome-team 24/44] gnu: libsoup-minimal: Disable test suite.
Date: Mon, 11 Nov 2024 15:17:07 +0900

This is a regression introduced by a change to glib-networking.

* gnu/packages/gnome.scm (libsoup-minimal) [arguments]: Set #:tests? to #f.

Change-Id: I07b16aab2b04726ba5363d452b32362a683c9b39
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b01fd51ff3..52d128f5c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5160,6 +5160,10 @@ (define-public libsoup-minimal
     (build-system meson-build-system)
     (arguments
      (list
+      ;; FIXME: The test suite is disabled as most tests are currently broken
+      ;; due to glib-networking/GnuTLS expecting a valid trust store under
+      ;; /etc/ssl/certs (see: https://issues.guix.gnu.org/46779).
+      #:tests? #f
       #:configure-flags #~(list "-Ddocs=disabled")
       #:phases
       #~(modify-phases %standard-phases
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]