mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
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:
parent
e3ed78a7c2
commit
72c2967f62
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue