summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2021-09-23 21:27:23 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2021-09-23 21:27:23 +0000
commitb20a3255ddb76a3f2c3306a05b5f0d6b157b46cc (patch)
treefcb9cd6e2572237b6d2f24f2f291bf984346bd3e
parent2021-09-23 21:06:32 UTC (diff)
parentgo-modules.eclass: allow the module cache to be read/write (diff)
downloadgentoo-b20a3255ddb76a3f2c3306a05b5f0d6b157b46cc.tar.gz
gentoo-b20a3255ddb76a3f2c3306a05b5f0d6b157b46cc.tar.bz2
gentoo-b20a3255ddb76a3f2c3306a05b5f0d6b157b46cc.zip
Merge updates from master
-rw-r--r--eclass/go-module.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index d1e81babf1f8..3ad8542a28ae 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -75,7 +75,7 @@ export GOCACHE="${T}/go-build"
# The following go flags should be used for all builds.
# -v prints the names of packages as they are compiled
# -x prints commands as they are executed
-export GOFLAGS="-v -x"
+export GOFLAGS="-v -x -modcacherw"
# Do not complain about CFLAGS etc since go projects do not use them.
QA_FLAGS_IGNORED='.*'