all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 73305@debbugs.gnu.org
Subject: [bug#73305] [PATCH 1/2] gnu: python-pycurl: Fix build by running the tests single-threaded.
Date: Sun, 24 Nov 2024 14:28:48 +0000	[thread overview]
Message-ID: <871pz0ogdb.fsf@gmail.com> (raw)
In-Reply-To: <f392dfea88bd56784b44ab3e9500e28b6d052877.1726520027.git.attila@lendvai.name>

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]


Hi,

Thanks for reporting that.

I wonder, how did it work in place first place as "-n" was "auto" e.g.
all availalbe threads.
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c030deeb12..cf3c15857c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2026,7 +2026,7 @@ Amazon S3 compatible object storage server.")
     (build-system pyproject-build-system)
     (arguments
      '(#:test-flags
-       (list "-n" "auto"
+       (list "--n" (number->string (parallel-job-count))
--8<---------------cut here---------------end--------------->8---

Reviving the patches.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2024-11-24 14:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-16 20:53 [bug#73305] [PATCH 1/2] gnu: python-pycurl: Fix build by running the tests single-threaded attila.lendvai
2024-11-24 11:28 ` [bug#73305] [PATCH v2 " attila.lendvai
2024-11-24 11:28   ` [bug#73305] [PATCH v2 2/2] gnu: python-pycurl: Build from git attila.lendvai
2024-11-24 14:28 ` Sharlatan Hellseher [this message]
2024-11-24 14:53 ` bug#73305: [PATCH 1/2] gnu: python-pycurl: Fix build by running the tests single-threaded Sharlatan Hellseher

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=871pz0ogdb.fsf@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=73305@debbugs.gnu.org \
    /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.