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
|
@ -362,7 +362,6 @@ risk.")
|
|||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #~(not (%current-target-system))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'build-python-module
|
||||
|
@ -569,7 +568,6 @@ ciphers, message digests and key derivation functions.")
|
|||
(guix build utils)
|
||||
(srfi srfi-1)
|
||||
(ice-9 match))
|
||||
#:tests? #~(not (%current-target-system))
|
||||
#:install-source? #f
|
||||
;; As seen in noxfile.py
|
||||
#:cargo-test-flags ''("--release" "--no-default-features")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue