aboutsummaryrefslogtreecommitdiffstats
path: root/community/glances/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glances/APKBUILD')
-rw-r--r--community/glances/APKBUILD1
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"