guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]