all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests.
@ 2019-06-03 22:02 Robert Vollmert
  2019-06-05 18:30 ` [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Robert Vollmert
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Vollmert @ 2019-06-03 22:02 UTC (permalink / raw)
  To: 36081; +Cc: Robert Vollmert

There's a sporadic test failure, showing up particularly in Nix/Guix
builds: https://github.com/fpco/streaming-commons/issues/49.

* gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests.
---
 gnu/packages/haskell.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 822b0499b6..a6eb7c3701 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1815,6 +1816,8 @@ version 1.3).")
         (base32
          "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:tests? #f))  ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49
     (inputs
      `(("ghc-async" ,ghc-async)
        ("ghc-blaze-builder" ,ghc-blaze-builder)
-- 
2.20.1 (Apple Git-117)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 22:02 [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests Robert Vollmert
2019-06-05 18:30 ` [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Robert Vollmert
2019-06-06 21:38   ` bug#36081: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.