all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 66278@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	rg@raghavgururajan.name
Subject: [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
Date: Sat, 30 Sep 2023 10:33:16 +0200	[thread overview]
Message-ID: <68dcb501ef696d3d66cf60798e3de9dc8bcf4a9a.1696067614.git.liliana.prikler@gmail.com> (raw)

* 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

base-commit: b18b2d13488f2a92331ccad2dc8cbb54ee15582f
-- 
2.41.0





             reply	other threads:[~2023-09-30  9:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30  8:33 Liliana Marie Prikler [this message]
2023-10-02  3:39 ` [bug#66278] [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests Maxim Cournoyer
2023-11-19  8:54   ` bug#66278: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68dcb501ef696d3d66cf60798e3de9dc8bcf4a9a.1696067614.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=66278@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.