aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-23 14:45:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-23 14:46:10 +0000
commit603593148a2d42089fcfdafed112a401dc5eb4cd (patch)
tree4e6bba2137bff61ba5db858236aa63ec1398c02c /community/hugo
parentbc9063689679ee74989d9091be6ad19425431d19 (diff)
downloadaports-603593148a2d42089fcfdafed112a401dc5eb4cd.tar.bz2
aports-603593148a2d42089fcfdafed112a401dc5eb4cd.tar.xz
community/hugo: disable on x86 due to failing tests
Diffstat (limited to 'community/hugo')
-rw-r--r--community/hugo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index ebfd33abdc..c89024173b 100644
--- a/community/hugo/APKBUILD
+++ b/community/hugo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.39
pkgrel=0
pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
url="http://gohugo.io/"
-arch="all"
+arch="all !x86" # tests fails on x86
license="Apache-2.0"
depends=""
makedepends="go dep"