mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -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)
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue