summaryrefslogtreecommitdiff
path: root/testing/gx-go
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-07-23 20:22:44 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-07-23 20:23:21 +0000
commite0f38a719fb721f2f5dc777171a774663e0c4c54 (patch)
tree48558d85ce7d01092155fde954f4d4ecc191632d /testing/gx-go
parent929d436f08064d17f51c13ce2d1f3e41e6325925 (diff)
downloadaports-e0f38a719fb721f2f5dc777171a774663e0c4c54.zip
testing/gx-go: disable on riscv64
> # github.com/whyrusleeping/gx-go/vendor/github.com/minio/sha256-simd > vendor/github.com/minio/sha256-simd/cpuid.go:30:14: undefined: > haveArmSha > vendor/github.com/minio/sha256-simd/cpuid.go:50:18: undefined: cpuid > vendor/github.com/minio/sha256-simd/cpuid.go:53:17: undefined: cpuid > [..] > vendor/github.com/minio/sha256-simd/sha256.go:288:3: too many errors
Diffstat (limited to 'testing/gx-go')
-rw-r--r--testing/gx-go/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gx-go/APKBUILD b/testing/gx-go/APKBUILD
index 6cc85f1cda6..295fa42bdce 100644
--- a/testing/gx-go/APKBUILD
+++ b/testing/gx-go/APKBUILD
@@ -5,7 +5,8 @@ pkgver=1.9.0
pkgrel=4
pkgdesc="A tool to use with the gx package manager for packages written in go"
url="https://github.com/whyrusleeping/gx-go"
-arch="all"
+# riscv64: dependency github.com/minio/sha512-simd does not support riscv64
+arch="all !riscv64"
license="MIT"
options="!check" # Test suite issues
makedepends="git glide go"