From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 67984@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>,
Russell Hernandez Ruiz <qrpnxz@hyperlife.xyz>
Subject: bug#67984: [PATCH core-updates] gnu: docbook-xsl: Disable parallel tests.
Date: Tue, 12 Nov 2024 17:13:24 +0900 [thread overview]
Message-ID: <c681bad14b54cee4f52102e100129904d10b509f.1731399140.git.maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <c52cf701c2f801d2f05eb8116c90908214ba59ef.camel@hyperlife.xyz>
* gnu/packages/docbook.scm (docbook-xsl)
[arguments] <#:parallel-tests?>: New argument.
Fixes: <https://issues.guix.gnu.org/67984>
Change-Id: I29180345bf48cb2f2c7d0e3b6fd59406fd545c6b
---
gnu/packages/docbook.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 02cea45e97..6846edd50d 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -375,6 +375,9 @@ (define-public docbook-xsl
(build-system gnu-build-system)
(arguments
(list
+ ;; Do not run the test suite in parallel otherwise it sometimes fail
+ ;; (see: https://github.com/docbook/xslt10-stylesheets/issues/269).
+ #:parallel-tests? #f
#:make-flags #~(list "XSLTENGINE=xsltproc")
#:modules '((guix build gnu-build-system)
(guix build utils)
base-commit: ef84004825cd8a60734258c054bed194c6628f8e
--
2.46.0
next prev parent reply other threads:[~2024-11-12 8:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-22 21:50 bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Russell Hernandez Ruiz
2024-11-12 8:13 ` Maxim Cournoyer [this message]
2024-11-12 13:56 ` Maxim Cournoyer
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=c681bad14b54cee4f52102e100129904d10b509f.1731399140.git.maxim.cournoyer@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=67984@debbugs.gnu.org \
--cc=qrpnxz@hyperlife.xyz \
/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.