GNU bug report logs - #76217
[PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Wed, 12 Feb 2025 03:42:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76217: closed ([PATCH] gnu: rust-ci-info-0.3: Disable
 parallel tests.)
Date: Thu, 13 Feb 2025 03:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2025 11:29:06 +0800
with message-id <87frkied4t.fsf <at> envs.net>
and subject line Re: [bug#76217] [PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.
has caused the debbugs.gnu.org bug report #76217,
regarding [PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76217: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76217
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.
Date: Wed, 12 Feb 2025 11:45:20 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/crates-io.scm (rust-ci-info-0.3) [arguments]:
Set #:parallel-tests?.

Change-Id: I08157a173fc809bd7ed5f98a36b545cef287ea43
---
 gnu/packages/crates-io.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9bbc8a93b3..40653af13a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12339,7 +12339,8 @@ (define-public rust-ci-info-0.3
          "00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-test-flags
+     `(#:parallel-tests? #f             ;fails otherwise
+       #:cargo-test-flags
        '("--release" "--"
          "--skip=ci::ci_test::get_bamboo"
          "--skip=ci::ci_test::get_taskcluster_runid"

base-commit: d59a13b6401e7494d8d5c9c9f66df3318451be79
-- 
2.48.1



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 76217-done <at> debbugs.gnu.org
Subject: Re: [bug#76217] [PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.
Date: Thu, 13 Feb 2025 11:29:06 +0800
Pushed, close.


This bug report was last modified 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.