From ff3926848ed95a789906ecdd55292e96796fdbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 18 Aug 2019 19:48:52 +0200 Subject: testing/singularity: disable GOCACHE Experimental change to see if this fixes the build on the builders. --- testing/singularity/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testing') diff --git a/testing/singularity/APKBUILD b/testing/singularity/APKBUILD index ae4f8ad12c..cc9a52972a 100644 --- a/testing/singularity/APKBUILD +++ b/testing/singularity/APKBUILD @@ -22,6 +22,10 @@ subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/sylabs/singularity/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/sylabs/$pkgname" +# TODO: Build fails on the builders without this. +# See: https://gitlab.alpinelinux.org/alpine/aports/issues/10737 +export GOCACHE=off + prepare() { export GOPATH="$srcdir" -- cgit v1.2.3