~ruther/guix-local

e9d6ee71b8e0fef361002635c7b638ec8e69f031 — Efraim Flashner 7 months ago 741f6b5
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 <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +1 -1
@@ 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