aboutsummaryrefslogtreecommitdiff
path: root/community/go/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/APKBUILD')
-rw-r--r--community/go/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index c1492242dc..25c3aec6a5 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -17,8 +17,6 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz
17 disable-flaky-sync-test.patch 17 disable-flaky-sync-test.patch
18 0001-Fix-FTBFS-on-HOME-managed-with-git.patch 18 0001-Fix-FTBFS-on-HOME-managed-with-git.patch
19 " 19 "
20options="!check" # 1.14 has working tests, 1.13 does not
21
22case "$CARCH" in 20case "$CARCH" in
23 arm*|aarch64) depends="binutils-gold";; 21 arm*|aarch64) depends="binutils-gold";;
24 x86) options="!check" ;; # FIXME 22 x86) options="!check" ;; # FIXME