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:
Efraim Flashner 2021-12-28 15:17:09 +02:00
parent e48b9d5712
commit 71886a4eaa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -636,6 +636,9 @@ (define-public go-1.17
`(#:modules ((ice-9 match)
(guix build gnu-build-system)
(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
(modify-phases %standard-phases
(replace 'configure