mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 23:05:57 +02: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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user