mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "build: cargo-build-system: Disable tests by default."
This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion.
This commit is contained in:
parent
d45992833b
commit
003dc790fd
15 changed files with 46 additions and 106 deletions
|
@ -2654,7 +2654,6 @@ compressed files.")
|
|||
(("find_package\\(biosoup 0.10.0 QUIET\\)")
|
||||
"find_package(biosoup 0.10.0 CONFIG)")
|
||||
(("GTest_FOUND") "TRUE")))))
|
||||
#:tests? ,(not (%current-target-system))
|
||||
#:cargo-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-bio" ,rust-bio-0.33)
|
||||
|
@ -21094,7 +21093,6 @@ handling.")))
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #~(not (%current-target-system))
|
||||
#:install-source? #false
|
||||
#:features '(list "extension-module")
|
||||
#:cargo-test-flags '(list "--features=extension-module")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue