diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 50d03516cf..648dfb1951 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -636,6 +636,9 @@ (define-public go-1.17 `(#:modules ((ice-9 match) (guix build gnu-build-system) (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?)) #:phases (modify-phases %standard-phases (replace 'configure