mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: go-1.17: Disable tests on aarch64-linux.
* gnu/packages/golang.scm (go-1.17)[arguments]: Disable tests when building for aarch64-linux.
This commit is contained in:
parent
e48b9d5712
commit
71886a4eaa
1 changed files with 3 additions and 0 deletions
|
@ -636,6 +636,9 @@ (define-public go-1.17
|
||||||
`(#:modules ((ice-9 match)
|
`(#:modules ((ice-9 match)
|
||||||
(guix build gnu-build-system)
|
(guix build gnu-build-system)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
|
;; TODO: Disable the test(s) in misc/cgo/test/cgo_test.go
|
||||||
|
;; that cause segfaults in the test suite.
|
||||||
|
#:tests? ,(not (target-aarch64?))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Reference in a new issue