diff options
-rw-r--r-- | community/glances/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/glances/APKBUILD b/community/glances/APKBUILD index df3859d5e1..476a067811 100644 --- a/community/glances/APKBUILD +++ b/community/glances/APKBUILD @@ -14,6 +14,7 @@ makedepends="python2-dev py-setuptools" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/nicolargo/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +options="!check" # tests fail on builder infra due to env. limitations build() { cd "$builddir" |