summaryrefslogtreecommitdiff
path: root/eclass/golang-build.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/golang-build.eclass')
-rw-r--r--eclass/golang-build.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/golang-build.eclass b/eclass/golang-build.eclass
index 4d5bcdf73189..bb662ad45baf 100644
--- a/eclass/golang-build.eclass
+++ b/eclass/golang-build.eclass
@@ -55,6 +55,7 @@ golang-build_src_compile() {
ego_pn_check
set -- env GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
+ GOCACHE="${T}/go-cache" \
go build -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
echo "$@"
"$@" || die