aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 21:04:49 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 22:43:01 +0200
commitc5a57d1195e86a867135f0bdbaa05e9f462db563 (patch)
treeb1d341f6859d26dcdb695af02301aab69c478147
parent869bd531b7d7825acf6ce3f1784a7b4dbe69fbf0 (diff)
downloadalpine_aports-c5a57d1195e86a867135f0bdbaa05e9f462db563.tar.bz2
alpine_aports-c5a57d1195e86a867135f0bdbaa05e9f462db563.tar.xz
alpine_aports-c5a57d1195e86a867135f0bdbaa05e9f462db563.zip
community/go: enable check again
With the upgrade to 1.14.X tests should work again.
-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