aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-04-12 10:05:51 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-12 10:05:51 +0000
commit8bffd2f4a1efe24c907a123edb27a2e487c5d66e (patch)
tree19cedd8db372e21042e7d1204e94aff8ef20dcb0
parent1185ad7b8ae1327cd477437bbe4054794c61f684 (diff)
downloadaports-8bffd2f4a1efe24c907a123edb27a2e487c5d66e.tar.bz2
aports-8bffd2f4a1efe24c907a123edb27a2e487c5d66e.tar.xz
community/geth: disable on aarch64
github.com/ethereum/go-ethereum/node util.go:45: exit status 2 exit status 1 make: *** [Makefile:15: geth] Error 1
-rw-r--r--community/geth/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index b750aaf2e5..f31ef2bf2d 100644
--- a/community/geth/APKBUILD
+++ b/community/geth/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.25
pkgrel=0
pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/"
-arch="all"
+arch="all !aarch64" # build fails
license="LGPL-3.0"
makedepends="go linux-headers"
checkdepends="fuse"