Coin: sign only x86 packages
Coin is currently missing support for arm64 signing. Drop the signing on arm64 for time being to allow packaging flag to be added to export arm64 builds. Change-Id: If684fa4d787fccb99ac9a0ebad56ec723faba354 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
parent
e82b79d382
commit
8d5e7d50d8
@ -84,6 +84,9 @@ instructions:
|
||||
- condition: property
|
||||
property: features
|
||||
contains_value: Packaging
|
||||
- condition: property
|
||||
property: host.arch
|
||||
equals_value: X86_64 # Sign only on X86 until Coin has support for arm signing
|
||||
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
maxTimeInSeconds: 1200
|
||||
maxTimeBetweenOutput: 1200
|
||||
|
@ -81,6 +81,9 @@ instructions:
|
||||
- condition: property
|
||||
property: features
|
||||
contains_value: Packaging
|
||||
- condition: property
|
||||
property: host.arch
|
||||
equals_value: X86_64 # Sign only on X86 until Coin has support for arm signing
|
||||
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
|
||||
maxTimeInSeconds: 1200
|
||||
maxTimeBetweenOutput: 1200
|
||||
|
Loading…
x
Reference in New Issue
Block a user