aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-14 15:03:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-14 15:04:01 +0000
commit4d66716dfb6bff624d906aa9f66aaa00beac14cf (patch)
tree93801ff181764fcf00702f9441567536e627b292
parent5c5d866fecc5430d7c33472eeb6276281b10f09e (diff)
downloadaports-4d66716dfb6bff624d906aa9f66aaa00beac14cf.tar.bz2
aports-4d66716dfb6bff624d906aa9f66aaa00beac14cf.tar.xz
testing/geth: disable tests as they require fuse
-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