aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-04-13 22:32:07 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-04-13 22:32:07 +0200
commit521f75f5567e391f0a9e333dfa947e1d75a32a3c (patch)
treec40a76435337dc609bf480f4fc5325da32cfd480
parent636452489e14adf1b9c30fba08348e53047ad5a1 (diff)
Set CI=true when compiling the go code to make sure that GOPROXY is equally set on Copr for both CentOS 7 and CentOS Stream 8.
-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