aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-04-14 06:37:59 +0200
committerGitHub <noreply@github.com>2022-04-14 06:37:59 +0200
commit5dd851d5c5fce2e95b236cd1f5385270077f0450 (patch)
treec40a76435337dc609bf480f4fc5325da32cfd480
parent636452489e14adf1b9c30fba08348e53047ad5a1 (diff)
parent521f75f5567e391f0a9e333dfa947e1d75a32a3c (diff)
Merge pull request #22121 from vespa-engine/aressem/set-goproxy
Set CI=true when compiling the go code to make sure that GOPROXY is e…
-rw-r--r--dist/vespa.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/vespa.spec b/dist/vespa.spec
index f3c148a74c4..104e78e9303 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -595,8 +595,7 @@ mvn --batch-mode -e -N io.takari:maven:wrapper -Dmaven=3.6.3
.
make %{_smp_mflags}
-go env
-VERSION=%{version} make -C client/go install-all
+VERSION=%{version} CI=true make -C client/go install-all
%endif
%install