mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ This package tracks the Rapid Release channel, which updates frequently.")))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags
|
`(#:cargo-test-flags
|
||||||
'("--release" "--"
|
'("--"
|
||||||
;; These tests fail with the current builder network setup
|
;; These tests fail with the current builder network setup
|
||||||
"--skip=ffi::test_gethostbyaddr_r"
|
"--skip=ffi::test_gethostbyaddr_r"
|
||||||
"--skip=ffi::test_gethostbyname2_r"
|
"--skip=ffi::test_gethostbyname2_r"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue