me
/
guix
Archived
1
0
Fork 0

gnu: rust-rend-0.3: Skip tests.

* gnu/packages/crates-io.scm (rust-rend-0.3)[arguments]: Skip the test
suite.

Change-Id: I46b5fcef46ffea18119074b4f412bff4a0f21b1f
Efraim Flashner 2023-11-04 22:53:38 +02:00
parent 1ab0495f92
commit 0ab4fb0c18
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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