From b1bf8a32c9c48758c9ec55efb99bc4d244433383 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 18 Dec 2018 13:07:35 -0600 Subject: golang-base.eclass: turn off the go build cache for Go 1.11 Copyright: Sony Interactive Entertainment Inc. Signed-off-by: William Hubbs --- eclass/golang-base.eclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eclass/golang-base.eclass') 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: -- cgit v1.2.3