guix-commits
[Top][All Lists]
Advanced

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

37/37: gnu: telepathy-glib: Disable parallel tests.


From: guix-commits
Subject: 37/37: gnu: telepathy-glib: Disable parallel tests.
Date: Sun, 14 Jul 2019 15:54:57 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 14cfd614d352a99ba6d61e0ca3f8843c80db9acb
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 09:43:05 2019 -0400

    gnu: telepathy-glib: Disable parallel tests.
    
    * gnu/packages/glib.scm (telepathy-glib)[arguments]: Disable 
#:parallel-tests?.
---
 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 8f1b91e..b7a1adc 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -758,7 +758,8 @@ up the Gnome environment, and are used in many unrelated 
projects.")
        ;;
        ;;   EOFError: EOF read where object expected
        ;;   make[2]: *** [Makefile:1906: 
_gen/register-dbus-glib-marshallers-body.h] Error 1
-       #:parallel-build? #f))
+       #:parallel-build? #f
+       #:parallel-tests? #f))
     (native-inputs
      `(("glib" ,glib "bin") ; uses glib-mkenums
        ("gobject-introspection" ,gobject-introspection)



reply via email to

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