diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 08:11:43 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-15 08:11:43 +0000 |
commit | 1930f30df7d0b2b4754b038c004b37caede6086b (patch) | |
tree | db440037864d94a0cfacf5953fb3bb4c6686ee92 | |
parent | 65dd317f2f5d3ca93236359258b3eee936127746 (diff) | |
download | aports-1930f30df7d0b2b4754b038c004b37caede6086b.tar.bz2 aports-1930f30df7d0b2b4754b038c004b37caede6086b.tar.xz |
community/go: disable the tests again
-rw-r--r-- | community/go/APKBUILD | 1 |
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";; |