commit: b1bf8a32c9c48758c9ec55efb99bc4d244433383 Author: William Hubbs <william.hubbs <AT> sony <DOT> com> AuthorDate: Tue Dec 18 19:07:35 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Dec 18 19:09:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bf8a32
golang-base.eclass: turn off the go build cache for Go 1.11 Copyright: Sony Interactive Entertainment Inc. Signed-off-by: William Hubbs <williamh <AT> gentoo.org> eclass/golang-base.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index c8308d28665..f0941ef822c 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:
