mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-cespare-xxhash-v2: Skip dynamic and benchmark tests.
Reported in #75970 by Roman Scherer <roman@burningswell.com>. Tests containing in "dynamic" directory fail to find ld on aarch64-linux system, these changes limit the number of tests to current project's root and "xxhsum" subdir. * gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash-v2) [arguments] <test-subdirs>: Limit to "xxhsum" and project's root. Change-Id: Id67a33c313e127ffafbcf64da01515a6a3cc96fc
This commit is contained in:
parent
e1cee41a02
commit
4ded4c6b71
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ described at @url{https://xxhash.com/}.")
|
|||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/cespare/xxhash/v2"
|
||||
#:test-subdirs #~(list "xxhsum/..." ".")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue