diff options
author | psykose <alice@ayaya.dev> | 2022-08-04 10:32:56 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-08-04 12:33:04 +0200 |
commit | d9e95826c086ba4b679198c1d458746d48ef8b3e (patch) | |
tree | dc0d717c8c3a045ec8b88fda24b5019b342782d4 /testing/taskcafe/APKBUILD | |
parent | c1b3caf678a639c1f902aad6dc4b8f0a1d600e97 (diff) | |
download | aports-d9e95826c086ba4b679198c1d458746d48ef8b3e.zip |
testing/*: add gocache vars
see cffbff77e1cf386d901febec4a35b2a905065514
Diffstat (limited to 'testing/taskcafe/APKBUILD')
-rw-r--r-- | testing/taskcafe/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/taskcafe/APKBUILD b/testing/taskcafe/APKBUILD index 6b31f31d32b..3847c661c00 100644 --- a/testing/taskcafe/APKBUILD +++ b/testing/taskcafe/APKBUILD @@ -22,6 +22,9 @@ options="!check chmod-clean net" export GOPATH="$srcdir" export GOFLAGS="$GOFLAGS -trimpath" +export GOCACHE="$srcdir/go-cache" +export GOTMPDIR="$srcdir" +export GOMODCACHE="$srcdir/go" build() { export NODE_OPTIONS=--openssl-legacy-provider |