aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/geth/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/geth/APKBUILD b/testing/geth/APKBUILD
index 34770e2ad0..0fb7f3e9ce 100644
--- a/testing/geth/APKBUILD
+++ b/testing/geth/APKBUILD
@@ -9,6 +9,7 @@ arch="all"
license="LGPLv3"
makedepends="go linux-headers"
checkdepends="fuse"
+options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz"
builddir="$srcdir/go-ethereum"-$pkgver