From 024a8b39957203f3a3cb93c87746c35635b81e57 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 13 Feb 2023 16:31:34 +0200 Subject: 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. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 55c489a5d7..07e4c9ed22 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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 -- cgit 1.4.1