[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/38: gnu: nsncd: Don't run the tests in release mode.
From: |
guix-commits |
Subject: |
07/38: gnu: nsncd: Don't run the tests in release mode. |
Date: |
Thu, 19 Dec 2024 06:02:36 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ee33cfa9a7840fbd55480983212734029616b8a8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 19 10:25:45 2024 +0200
gnu: nsncd: Don't run the tests in release mode.
* gnu/packages/nss.scm (nsncd)[arguments]: Remove '--release' from the
cargo-test-flags.
Change-Id: Ib94bab62735950fce0e9f1d4120f5a6fddfc0351
---
gnu/packages/nss.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 50993c3eea..02988ed83c 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -404,7 +404,7 @@ This package tracks the Rapid Release channel, which
updates frequently.")))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
- '("--release" "--"
+ '("--"
;; These tests fail with the current builder network setup
"--skip=ffi::test_gethostbyaddr_r"
"--skip=ffi::test_gethostbyname2_r"
- branch rust-team updated (e59be526ae -> 63a73cf720), guix-commits, 2024/12/19
- 03/38: build/cargo.scm: Remove '--release' from default cargo-test-flags., guix-commits, 2024/12/19
- 04/38: gnu: rust-zerocopy-0.8: Remove cargo-test-flags., guix-commits, 2024/12/19
- 07/38: gnu: nsncd: Don't run the tests in release mode.,
guix-commits <=
- 15/38: gnu: tree-sitter-cli: Don't run the tests in release mode., guix-commits, 2024/12/19
- 20/38: gnu: sequoia-sq: Don't run the tests in release mode., guix-commits, 2024/12/19
- 06/38: gnu: du-dust: Remove cargo-test-flags., guix-commits, 2024/12/19
- 18/38: gnu: rust-sequoia-openpgp-1: Don't run the tests in release mode., guix-commits, 2024/12/19
- 16/38: gnu: rust-nu-protocol-0.91: Don't run the tests in release mode., guix-commits, 2024/12/19
- 17/38: gnu: nushell: Don't run the tests in release mode., guix-commits, 2024/12/19
- 21/38: gnu: cargo-machete: Don't run the tests in release mode., guix-commits, 2024/12/19
- 01/38: gnu: x265: Only build with nasm on x86_64-linux., guix-commits, 2024/12/19
- 37/38: gnu: rust-matrixmultiply-0.3: Update to 0.3.9., guix-commits, 2024/12/19
- 02/38: gnu: x265: Link together all library variants., guix-commits, 2024/12/19