me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 3 additions and 0 deletions

View File

@ -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