mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures) [arguments]: <#:tests?>: Preserve test only on 64 bit architectures. Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
This commit is contained in:
parent
1787dfb4b5
commit
386a1c77af
1 changed files with 7 additions and 4 deletions
|
@ -6447,10 +6447,13 @@ (define-public go-github-com-go-git-go-git-fixtures
|
||||||
"002yb1s2mxq2xijkl39ip1iyc3l52k23ikyi9ijfl4bgqxy79ljg"))))
|
"002yb1s2mxq2xijkl39ip1iyc3l52k23ikyi9ijfl4bgqxy79ljg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/go-git/go-git-fixtures/v4"
|
(list
|
||||||
#:phases
|
;; XXX: panic: runtime error: makeslice: cap out of range
|
||||||
(modify-phases %standard-phases
|
#:tests? (target-64bit?)
|
||||||
(delete 'reset-gzip-timestamps))))
|
#:import-path "github.com/go-git/go-git-fixtures/v4"
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(delete 'reset-gzip-timestamps))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-alcortesm-tgz go-github-com-go-git-go-billy
|
(list go-github-com-alcortesm-tgz go-github-com-go-git-go-billy
|
||||||
go-golang-org-x-sys go-gopkg-in-check-v1))
|
go-golang-org-x-sys go-gopkg-in-check-v1))
|
||||||
|
|
Loading…
Reference in a new issue