diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-01 19:54:12 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-01 19:54:12 +0000 |
commit | b69e3b001c33855945cd9dd710888553cee6a91f (patch) | |
tree | d5428ebbebd6673f3e0d9deaa106f97206ebfabc | |
parent | 6880dfb6e909b5cb5d73e770f5a0f4227515b610 (diff) | |
download | aports-b69e3b001c33855945cd9dd710888553cee6a91f.tar.bz2 aports-b69e3b001c33855945cd9dd710888553cee6a91f.tar.xz |
testing/gx: disable ppc64le
During build, the following error occurs:
> # github.com/whyrusleeping/gx/vendor/github.com/minio/sha256-simd
> vendor/github.com/minio/sha256-simd/sha256block_other.go:26:6: block redeclared in this block
> previous declaration at vendor/github.com/minio/sha256-simd/sha256block_noasm.go:21:29
-rw-r--r-- | testing/gx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gx/APKBUILD b/testing/gx/APKBUILD index 6cbc4b7c51..0ec1aa3d52 100644 --- a/testing/gx/APKBUILD +++ b/testing/gx/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.14.1 pkgrel=0 pkgdesc="Packaging tool build around the distributed, content addressed filesystem IPFS" url="https://github.com/whyrusleeping/gx" -arch="all" +arch="all !ppc64le" license="MIT" options="!check" # Test suite issues makedepends="git glide go" |