From 13f8c3841edbdf22fca4162f36f11e3cc579ad7c Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 25 Jun 2024 09:54:20 +0200 Subject: [PATCH] CmdBridge: Disable Go version info embed Since the git repository is removed on coin, go cannot fetch version information from the git repository. We need to tell go to ignore this information. Change-Id: Icd1066efc7eabfdf82aba41b4f3a06202b581518 Reviewed-by: Eike Ziller --- coin/instructions/common_environment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coin/instructions/common_environment.yaml b/coin/instructions/common_environment.yaml index 22d53d03e2a..fc5f69aa3b5 100644 --- a/coin/instructions/common_environment.yaml +++ b/coin/instructions/common_environment.yaml @@ -23,6 +23,9 @@ instructions: - type: EnvironmentVariable variableName: QTC_SDKTOOL_QT_BASE_URL variableValue: "https://ci-files02-hki.ci.qt.io/packages/jenkins/archive/qt/6.6/6.6.0-released/Qt/src/submodules/qtbase-everywhere-src-6.6.0" + - type: EnvironmentVariable + variableName: GOFLAGS + variableValue: "-buildvcs=false" - type: Group instructions: - type: EnvironmentVariable