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 2024-12-19 10:25:45 +02:00
parent e3ed78a7c2
commit 72c2967f62
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -404,7 +404,7 @@ (define-public nsncd
(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"