~ruther/guix-local

80c5eac6c4bc6226cf2cfbdc3c9bdcc01de2e0d2 — Efraim Flashner 7 months ago 61f32bf
gnu: go-1.17: Disable tests on armhf-linux.

* gnu/packages/golang.scm (go-1.17)[arguments]: Disable tests when
building for armhf-linux.

Change-Id: I8654c1966daaa19602d876618d5ff9e384b12fc8
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 (target-riscv64?))
       #:tests? ,(not (or (target-arm32?) (target-riscv64?)))
       #:phases
       (modify-phases %standard-phases
         (replace 'configure