From 603593148a2d42089fcfdafed112a401dc5eb4cd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 23 Apr 2018 14:45:49 +0000 Subject: [PATCH] community/hugo: disable on x86 due to failing tests --- community/hugo/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index ebfd33abdc1..c89024173b2 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"