mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-sha-1-0.8: Don't run the tests in release mode.
* gnu/packages/crates-crypto.scm (rust-sha-1-0.8)[arguments]: Remove the cargo-test-flags. Change-Id: Iec41ba7fada6e3f2a369599fe2d6ee094a7cbe99
This commit is contained in:
parent
d8e39791e9
commit
37529f891d
1 changed files with 3 additions and 7 deletions
|
@ -5646,15 +5646,11 @@ (define-public rust-sha-1-0.8
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sha-1" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pv387q0r7llk2cqzyq0nivzvkgqgzsiygqzlv7b68z9xl5lvngp"))))
|
||||
(base32 "1pv387q0r7llk2cqzyq0nivzvkgqgzsiygqzlv7b68z9xl5lvngp"))))
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--lib" "--bins" "--tests")
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-block-buffer" ,rust-block-buffer-0.7)
|
||||
("rust-digest" ,rust-digest-0.8)
|
||||
("rust-fake-simd" ,rust-fake-simd-0.1)
|
||||
|
|
Loading…
Reference in a new issue