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 <eike.ziller@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-06-25 09:54:20 +02:00
parent d9f48dab27
commit 13f8c3841e

View File

@@ -23,6 +23,9 @@ instructions:
- type: EnvironmentVariable - type: EnvironmentVariable
variableName: QTC_SDKTOOL_QT_BASE_URL 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" 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 - type: Group
instructions: instructions:
- type: EnvironmentVariable - type: EnvironmentVariable