From 11b2a0308520951b4e4fc17889e1631bdb355d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 8 Oct 2018 10:07:40 +0200 Subject: [PATCH] community/go: disable tests entirely on x86 Various tests fail on this arch, fixing them will be a lot of work. --- community/go/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 299fe733712..8cc0fad5eba 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -17,6 +17,10 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz set-external-linker.patch " +case "$CARCH" in +x86) options="!check" ;; # FIXME +esac + # secfixes: # 1.9.4-r0: # - CVE-2018-6574