guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: go-1.17: Skip tests on riscv64-linux.


From: guix-commits
Subject: 02/03: gnu: go-1.17: Skip tests on riscv64-linux.
Date: Tue, 14 Feb 2023 07:05:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 024a8b39957203f3a3cb93c87746c35635b81e57
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 13 16:31:34 2023 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]