From e9d6ee71b8e0fef361002635c7b638ec8e69f031 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 21 Aug 2025 23:50:27 +0300 Subject: [PATCH] gnu: go-1.17: Enable tests on aarch64-linux. * gnu/packages/golang.scm (go-1.17)[arguments]: When building on aarch64-linux don't disable the tests. Change-Id: I9c839a059df772636d8dd129bbb7ddad9e4ecbe9 Signed-off-by: Sharlatan Hellseher --- 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 01c9a680d8788323b8d0ce368eb859cbcb286f66..940be009f228d8d2bbb30f8dc521d784e92b3eda 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -494,7 +494,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 (or (target-aarch64?) (target-riscv64?))) + #:tests? ,(not (target-riscv64?)) #:phases (modify-phases %standard-phases (replace 'configure