aboutsummaryrefslogtreecommitdiffstats
path: root/testing/singularity
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 19:48:52 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 19:48:52 +0200
commitff3926848ed95a789906ecdd55292e96796fdbc9 (patch)
tree8a20b4de07ae9ce968d69f8bbeac0971d5e34617 /testing/singularity
parenteb566af6e69c892155d10d17c13a9f3597dcdbad (diff)
downloadaports-ff3926848ed95a789906ecdd55292e96796fdbc9.tar.bz2
aports-ff3926848ed95a789906ecdd55292e96796fdbc9.tar.xz
testing/singularity: disable GOCACHE
Experimental change to see if this fixes the build on the builders.
Diffstat (limited to 'testing/singularity')
-rw-r--r--testing/singularity/APKBUILD4
1 files changed, 4 insertions, 0 deletions
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"