forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user