gnu: rust-rend-0.3: Skip tests.
* gnu/packages/crates-io.scm (rust-rend-0.3)[arguments]: Skip the test suite. Change-Id: I46b5fcef46ffea18119074b4f412bff4a0f21b1f
parent
1ab0495f92
commit
0ab4fb0c18
|
@ -60294,7 +60294,8 @@ crate unless you're working on a regex implementation.")
|
||||||
"15fz3rw8c74586kxl6dcdn4s864ph884wfpg9shgnbrnnss69bvr"))))
|
"15fz3rw8c74586kxl6dcdn4s864ph884wfpg9shgnbrnnss69bvr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bytecheck" ,rust-bytecheck-0.6))))
|
`(#:tests? #f ; (signal: 4, SIGILL: illegal instruction)
|
||||||
|
#:cargo-inputs (("rust-bytecheck" ,rust-bytecheck-0.6))))
|
||||||
(home-page "https://github.com/rkyv/rend")
|
(home-page "https://github.com/rkyv/rend")
|
||||||
(synopsis "Endian-aware primitives for Rust")
|
(synopsis "Endian-aware primitives for Rust")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue