me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-02-13 16:31:34 +02:00
parent 455ecb5cbe
commit 024a8b3995
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

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