aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2019-01-04 15:20:35 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2019-01-04 15:20:35 +0000
commit7647f75288a5a3010c4f346eb080fc6a502e16e5 (patch)
tree427628c0b0f6986f3991df02ab846f39a6bc1a05 /testing
parentbe4dec77bda8b822beca621e496c240b1241e581 (diff)
downloadaports-7647f75288a5a3010c4f346eb080fc6a502e16e5.tar.bz2
aports-7647f75288a5a3010c4f346eb080fc6a502e16e5.tar.xz
testing/hub: try to build on x86
seems tests are working now
Diffstat (limited to 'testing')
-rw-r--r--testing/hub/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD
index 244d434793..1399f499f7 100644
--- a/testing/hub/APKBUILD
+++ b/testing/hub/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.7.0
pkgrel=0
pkgdesc="Extends git with extra features for GitHub"
url="http://hub.github.com/"
-arch="all !x86" # FIXME: tests fails on x86
+arch="all"
license="MIT"
makedepends="go dep bash ca-certificates"
options="net !checkroot"