CI: Enable changing chroot in platform config for Debian packaging
Allows us to change the target distro through platform configuration yaml file. Pick-to: 6.6 dev Task-number: QTBUG-117120 Change-Id: Ie6e99e4b25198e27491e6191f57d77dbbe3c4eed Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
f041e662c9
commit
798175930e
@ -8,16 +8,26 @@ instructions:
|
|||||||
variableName: COIN_SBUILD_CHROOT
|
variableName: COIN_SBUILD_CHROOT
|
||||||
variableValue: "stable-arm64-sbuild"
|
variableValue: "stable-arm64-sbuild"
|
||||||
enable_if:
|
enable_if:
|
||||||
condition: property
|
condition: and
|
||||||
property: target.arch
|
conditions:
|
||||||
equals_value: AARCH64
|
- condition: runtime
|
||||||
|
env_var: COIN_SBUILD_CHROOT
|
||||||
|
equals_value: null
|
||||||
|
- condition: property
|
||||||
|
property: target.arch
|
||||||
|
equals_value: AARCH64
|
||||||
- type: EnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: COIN_SBUILD_CHROOT
|
variableName: COIN_SBUILD_CHROOT
|
||||||
variableValue: "stable-amd64-sbuild"
|
variableValue: "stable-amd64-sbuild"
|
||||||
disable_if:
|
enable_if:
|
||||||
condition: property
|
condition: and
|
||||||
property: target.arch
|
conditions:
|
||||||
equals_value: AARCH64
|
- condition: runtime
|
||||||
|
env_var: COIN_SBUILD_CHROOT
|
||||||
|
equals_value: null
|
||||||
|
- condition: property
|
||||||
|
property: target.arch
|
||||||
|
equals_value: X86_64
|
||||||
- type: EnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: COIN_SBUILD_DISTRO
|
variableName: COIN_SBUILD_DISTRO
|
||||||
variableValue: "arm64-focal"
|
variableValue: "arm64-focal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user