guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 0b19cece381208b625013a2231b1a216d3a53a42
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Aug 21 23:50:27 2025 +0300
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 <[email protected]>
---
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 01c9a680d8..940be009f2 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