me
/
guix
Archived
1
0
Fork 0

gnu: go-gopkg-in-yaml-v3: Skip tests on powerpc-linux.

* gnu/packages/golang.scm (go-gopkg-in-yaml-v3)[arguments]: Skip the
tests when building for powerpc-linux.

Change-Id: I68e3dfa274186ef8f20f85614ba941ea878d6b86
Efraim Flashner 2023-11-27 10:18:46 +02:00
parent 0dffb145f0
commit 842e491e2e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -5617,7 +5617,8 @@ values.")
(patches (search-patches "go-gopkg-in-yaml-v3-32bit.patch"))))
(build-system go-build-system)
(arguments
'(#:import-path "gopkg.in/yaml.v3"))
`(#:tests? ,(not (target-ppc32?)) ; Test killed with quit: ran too long (11m0s).
#:import-path "gopkg.in/yaml.v3"))
(native-inputs
(list go-gopkg-in-check-v1))
(home-page "https://gopkg.in/yaml.v3")