mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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))
|
(guix build utils))
|
||||||
;; TODO: Disable the test(s) in misc/cgo/test/cgo_test.go
|
;; TODO: Disable the test(s) in misc/cgo/test/cgo_test.go
|
||||||
;; that cause segfaults in the test suite.
|
;; that cause segfaults in the test suite.
|
||||||
#:tests? ,(not (target-aarch64?))
|
#:tests? ,(not (or (target-aarch64?) (target-riscv64?)))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue