diff options
author | 2018-12-19 17:59:58 -0600 | |
---|---|---|
committer | 2018-12-19 18:21:15 -0600 | |
commit | 148e8578dcce8cd59d94c3f6caedb2d967e58385 (patch) | |
tree | a30a722300ff5171396df3d78d7ae8a81aed7370 /eclass/golang-base.eclass | |
parent | app-i18n/poedit: bump to 2.2 (diff) | |
download | gentoo-148e8578dcce8cd59d94c3f6caedb2d967e58385.tar.gz gentoo-148e8578dcce8cd59d94c3f6caedb2d967e58385.tar.bz2 gentoo-148e8578dcce8cd59d94c3f6caedb2d967e58385.zip |
golang-base.eclass: Revert "turn off the go build cache for Go 1.11"
This reverts commit b1bf8a32c9c48758c9ec55efb99bc4d244433383.
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass/golang-base.eclass')
-rw-r--r-- | eclass/golang-base.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index f0941ef822c0..c8308d286658 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -30,9 +30,6 @@ 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: |