mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue