Revert "build: cargo-build-system: Disable tests by default."

This reverts commit 37667443074a6de29f7665868f102111d62f0af9.

This change needs more discussion.
This commit is contained in:
Efraim Flashner 2023-10-18 08:30:14 +03:00
parent d45992833b
commit 003dc790fd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
15 changed files with 46 additions and 106 deletions

View file

@ -268,8 +268,7 @@ OpenBSD tool of the same name.")
(base32 "1lmp83bxdg53c4n35fbwr3rkh6178y75fwsn25hf1kn62f2gbdnj"))))
(build-system cargo-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
#:cargo-inputs
`(#:cargo-inputs
(("rust-getrandom" ,rust-getrandom-0.2)
("rust-rpassword" ,rust-rpassword-7)
("rust-scrypt" ,rust-scrypt-0.11))))
@ -1606,8 +1605,7 @@ SHA-3, and BLAKE2.")
(base32 "05k0vn7gpbvjr925vjc5yzvhiyrmkw9pqmch5fr4ir7s8wiaq2fm"))))
(build-system cargo-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
;; Install the source so that Cargo.toml is installed, because that is
`(;; Install the source so that Cargo.toml is installed, because that is
;; the only reference to the license information.
#:install-source? #t
#:phases