gnu: go-1.17: Disable tests on aarch64-linux.
* gnu/packages/golang.scm (go-1.17)[arguments]: Disable tests when building for aarch64-linux.master
parent
e48b9d5712
commit
71886a4eaa
|
@ -636,6 +636,9 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
||||||
`(#: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
|
||||||
|
|
Reference in New Issue