mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-playground-validator-v10: Limit tests to x86_64.
Limit tests to x86_64 architecture as they fail on others, see <https://ci.guix.gnu.org/build/7801336/log/raw>. * gnu/packages/golang-check.scm (go-github-com-go-playground-validator-v10) [arguments] <tests?>: Only run on x86_64 system. Change-Id: I0b07638cbfdf8a737ea2f040bcb0dd27bfede09a
This commit is contained in:
parent
06b409255b
commit
9623f6d92c
1 changed files with 5 additions and 0 deletions
|
@ -472,6 +472,11 @@ tests.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Tests on non-x86_64 architectures are not well supported upstream.
|
||||
;;
|
||||
;; Most of them fail with error like: Error:Field validation for
|
||||
;; 'IsColor' failed on the 'iscolor' tag.
|
||||
#:tests? (target-x86-64?)
|
||||
#:import-path "github.com/go-playground/validator/v10"))
|
||||
(native-inputs
|
||||
(list go-github-com-go-playground-assert-v2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue