From 5a45fb5d3dbee332e12b3aa1a6f2f689d6e4a876 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 21:46:10 -0500 Subject: system/autoconf: don't test Go support --- system/autoconf/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system/autoconf') diff --git a/system/autoconf/APKBUILD b/system/autoconf/APKBUILD index 3747cde33..cd40635f5 100644 --- a/system/autoconf/APKBUILD +++ b/system/autoconf/APKBUILD @@ -29,7 +29,9 @@ build() { check() { cd "$builddir" # 38 fails with new perl; 501 fails with new libtool - make check TESTSUITEFLAGS="1-37 39-500 502-503" + # 351 known broken since 2012: + # https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html + make check TESTSUITEFLAGS="1-37 39-350 352-500 502-503" } package() { -- cgit v1.2.3-60-g2f50