aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hub
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-07 11:51:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-07 11:51:17 +0000
commit2333e15f49e70fe9adeedc929e21621f501b29c2 (patch)
treec32086556b7961873124316e9b0095af4b7c6ba6 /testing/hub
parentf43216a2fdf0343e7210a9a684aad5f3a8fd1ead (diff)
downloadaports-2333e15f49e70fe9adeedc929e21621f501b29c2.tar.bz2
aports-2333e15f49e70fe9adeedc929e21621f501b29c2.tar.xz
testing/hub: disable on x86 due to test failures
Diffstat (limited to 'testing/hub')
-rw-r--r--testing/hub/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD
index 00bbd88ae5..dfebc867c4 100644
--- a/testing/hub/APKBUILD
+++ b/testing/hub/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.5.0
pkgrel=1
pkgdesc="Extends git with extra features for GitHub"
url="http://hub.github.com/"
-arch="all"
+arch="all !x86" # FIXME: tests fails on x86
license="MIT"
makedepends="go dep bash"
options="!strip"