diff options
author | William Hubbs <william.hubbs@sony.com> | 2018-12-18 13:07:35 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2018-12-18 13:09:25 -0600 |
commit | b1bf8a32c9c48758c9ec55efb99bc4d244433383 (patch) | |
tree | 66ddc1d9e32d177cf2fb1613d813804eee2dd62a /eclass | |
parent | sys-cluster/swift: 2.20.0 bump (diff) | |
download | gentoo-b1bf8a32c9c48758c9ec55efb99bc4d244433383.tar.gz gentoo-b1bf8a32c9c48758c9ec55efb99bc4d244433383.tar.bz2 gentoo-b1bf8a32c9c48758c9ec55efb99bc4d244433383.zip |
golang-base.eclass: turn off the go build cache for Go 1.11
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-base.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index c8308d286658..f0941ef822c0 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -30,6 +30,9 @@ QA_FLAGS_IGNORED='.*' STRIP_MASK="*.a" +# Do not use the go build cache for go 1.11. +export GOCACHE=off + # @ECLASS-VARIABLE: EGO_PN # @REQUIRED # @DESCRIPTION: |