guix-patches
[Top][All Lists]
Advanced

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

[bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tes


From: Maxim Cournoyer
Subject: [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
Date: Sun, 01 Oct 2023 23:39:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi!

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/glib.scm (telepathy-glib)[arguments]: Add #:parallel-tests?.
> ---
>  gnu/packages/glib.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 8af89d60e0..2ba7d8039e 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -1129,6 +1129,8 @@ (define telepathy-glib
>         ;;   EOFError: EOF read where object expected
>         ;;   make[2]: *** [Makefile:1906: 
> _gen/register-dbus-glib-marshallers-body.h] Error 1
>         #:parallel-build? #f
> +       ;; When spawned in parallel, the dbus daemons may fail to shut down 
> cleanly.
> +       #:parallel-tests? #f
>         #:phases
>         (modify-phases %standard-phases
>           (add-after 'unpack 'disable-failing-tests

Good catch!  It should probably be reported upstream, but otherwise LGTM.

-- 
Thanks,
Maxim





reply via email to

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