forked from tribes/guix
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user