diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:03:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:04:01 +0000 |
commit | 4d66716dfb6bff624d906aa9f66aaa00beac14cf (patch) | |
tree | 93801ff181764fcf00702f9441567536e627b292 | |
parent | 5c5d866fecc5430d7c33472eeb6276281b10f09e (diff) | |
download | aports-4d66716dfb6bff624d906aa9f66aaa00beac14cf.tar.bz2 aports-4d66716dfb6bff624d906aa9f66aaa00beac14cf.tar.xz |
testing/geth: disable tests as they require fuse
-rw-r--r-- | testing/geth/APKBUILD | 1 |
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 |