Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-19 21:03:53 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-08-19 21:03:53 +0300
commitc71417a1036888c11cd09f99b6b5d76a3ed8de21 (patch)
treee2a69d263505159d47435f1554f2fd8d4c11c848
parent53218e3384567f6b23a7dffac1683173ab0c2be0 (diff)
Pass through GOPATH to control cache location
-rw-r--r--_support/makegen.go1
-rw-r--r--changelogs/unreleased/jv-pass-through-gopath.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index a4ac9f2ee..1ffaa80d8 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -326,7 +326,6 @@ BUILD_TAGS := tracer_static tracer_static_jaeger
unexport GOROOT
export GOBIN = {{ .BuildDir }}/bin
-unexport GOPATH
export GO111MODULE=on
export GOPROXY ?= https://proxy.golang.org
diff --git a/changelogs/unreleased/jv-pass-through-gopath.yml b/changelogs/unreleased/jv-pass-through-gopath.yml
new file mode 100644
index 000000000..754743342
--- /dev/null
+++ b/changelogs/unreleased/jv-pass-through-gopath.yml
@@ -0,0 +1,5 @@
+---
+title: Pass through GOPATH to control cache location
+merge_request: 1436
+author:
+type: other