From 9d5ff3ca7cf58104c440633403eeac9590cf819c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 8 Oct 2018 09:35:57 +0200 Subject: community/go: disable os/exec test as well Passes locally (even in abuild rootbld) but fails on the builders with the following error message: testing: can't write /tmp/go-build314848300/b744/testlog.txt: write /tmp/go-build314848300/b744/testlog.txt: broken pipe --- community/go/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/go') diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 596038903e..299fe73371 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -26,7 +26,7 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz # The following tests fail currently, most of them fail due to linking # errors likely related to `default-buildmode-pie.patch` or musl libc. -_brokentests="runtime debug/gosym cmd/.* cgo.* ^test.*" +_brokentests="runtime debug/gosym cmd/.* cgo.* go_test:os/exec ^test.*" if [ "$CBUILD" = "$CTARGET" ]; then makedepends="go-bootstrap $makedepends" -- cgit v1.2.3