aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-15 08:11:43 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-15 08:11:43 +0000
commit1930f30df7d0b2b4754b038c004b37caede6086b (patch)
treedb440037864d94a0cfacf5953fb3bb4c6686ee92
parent65dd317f2f5d3ca93236359258b3eee936127746 (diff)
downloadaports-1930f30df7d0b2b4754b038c004b37caede6086b.tar.bz2
aports-1930f30df7d0b2b4754b038c004b37caede6086b.tar.xz
community/go: disable the tests again
-rw-r--r--community/go/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index cb788525c9..0ce473ab37 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -17,6 +17,7 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz
disable-flaky-sync-test.patch
0001-Fix-FTBFS-on-HOME-managed-with-git.patch
"
+options="!check" # 1.14 has working tests, 1.13 does not
case "$CARCH" in
arm*|aarch64) depends="binutils-gold";;