mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: go-github-com-minio-minio-go-v7: Run short tests on aarch64-linux.
* gnu/packages/golang-web.scm (go-github-com-minio-minio-go-v7): [arguments] <test-flags>: Run short tests on aarch64-linux system. Change-Id: I7c82f0188519ab2003d23d18587b6ecc0e4a6cde
This commit is contained in:
@@ -10532,6 +10532,8 @@ compatible object storage.")
|
||||
;; golang.org/x/net/publicsuffix/table.go:33:12: pattern data/text:
|
||||
;; cannot embed irregular file data/text
|
||||
"text")
|
||||
#:test-flags
|
||||
#~(list #$@(if (target-aarch64?) '("-short") '()))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-tests
|
||||
|
||||
Reference in New Issue
Block a user