aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-22 09:20:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-22 09:20:24 +0000
commit187eb29c170c1ceefa2daadd5aa889dbca2e3568 (patch)
tree0bf96dd90366d482b25ac97b54f0eabc0a490bad
parent297af898f3a6f18b1bbf0978c67de411349de641 (diff)
downloadalpine_aports-187eb29c170c1ceefa2daadd5aa889dbca2e3568.tar.bz2
alpine_aports-187eb29c170c1ceefa2daadd5aa889dbca2e3568.tar.xz
alpine_aports-187eb29c170c1ceefa2daadd5aa889dbca2e3568.zip
community/geth: disable on mips64
due to build failure
-rw-r--r--community/geth/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index c523cf5854..de11563362 100644
--- a/community/geth/APKBUILD
+++ b/community/geth/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.9.14
5pkgrel=0 5pkgrel=0
6pkgdesc="Official Go implementation of the Ethereum protocol" 6pkgdesc="Official Go implementation of the Ethereum protocol"
7url="https://geth.ethereum.org/" 7url="https://geth.ethereum.org/"
8arch="all !aarch64" # build fails 8arch="all !aarch64 !mips64" # build fails
9license="LGPL-3.0" 9license="LGPL-3.0"
10makedepends="go linux-headers" 10makedepends="go linux-headers"
11checkdepends="fuse" 11checkdepends="fuse"