diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 19:48:52 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 19:48:52 +0200 |
commit | ff3926848ed95a789906ecdd55292e96796fdbc9 (patch) | |
tree | 8a20b4de07ae9ce968d69f8bbeac0971d5e34617 /testing | |
parent | eb566af6e69c892155d10d17c13a9f3597dcdbad (diff) | |
download | aports-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')
-rw-r--r-- | testing/singularity/APKBUILD | 4 |
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" |