gnu: go-1.17: Skip tests on riscv64-linux.
* gnu/packages/golang.scm (go-1.17)[arguments]: When building for riscv64-linux skip the test suite.
This commit is contained in:
parent
455ecb5cbe
commit
024a8b3995
@ -651,7 +651,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
||||
(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?))
|
||||
#:tests? ,(not (or (target-aarch64?) (target-riscv64?)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
|
Loading…
Reference in New Issue
Block a user