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
This commit is contained in:
Efraim Flashner
2025-01-06 12:15:09 +02:00
parent e3ed78a7c2
commit 72c2967f62
+1 -1
View File
@@ -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"