aboutsummaryrefslogtreecommitdiffstats
path: root/testing/singularity
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 20:41:03 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 20:41:12 +0200
commit0d75ff89807d6126ba9dfe883c5ca570297e65c0 (patch)
tree8f1884ac26f139363ffea2be23569f9c38bac6a6 /testing/singularity
parentff3926848ed95a789906ecdd55292e96796fdbc9 (diff)
downloadaports-0d75ff89807d6126ba9dfe883c5ca570297e65c0.tar.bz2
aports-0d75ff89807d6126ba9dfe883c5ca570297e65c0.tar.xz
Revert "testing/singularity: disable GOCACHE"
Diffstat (limited to 'testing/singularity')
-rw-r--r--testing/singularity/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/singularity/APKBUILD b/testing/singularity/APKBUILD
index cc9a52972a..abe5f8f26d 100644
--- a/testing/singularity/APKBUILD
+++ b/testing/singularity/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=singularity
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Application containers focused on reproducibility for scientific computing and HPC world."
url="https://www.sylabs.io/singularity/"
arch="all"
@@ -22,10 +22,6 @@ 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"