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 Task-number: QTBUG-117120 Change-Id: Ie6e99e4b25198e27491e6191f57d77dbbe3c4eed Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 798175930e517e28230e3db3213510a22a041620) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
ff6eca0087
commit
f07efb4819
@ -8,16 +8,26 @@ instructions:
|
||||
variableName: COIN_SBUILD_CHROOT
|
||||
variableValue: "stable-arm64-sbuild"
|
||||
enable_if:
|
||||
condition: property
|
||||
property: target.arch
|
||||
equals_value: AARCH64
|
||||
condition: and
|
||||
conditions:
|
||||
- condition: runtime
|
||||
env_var: COIN_SBUILD_CHROOT
|
||||
equals_value: null
|
||||
- condition: property
|
||||
property: target.arch
|
||||
equals_value: AARCH64
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_SBUILD_CHROOT
|
||||
variableValue: "stable-amd64-sbuild"
|
||||
disable_if:
|
||||
condition: property
|
||||
property: target.arch
|
||||
equals_value: AARCH64
|
||||
enable_if:
|
||||
condition: and
|
||||
conditions:
|
||||
- condition: runtime
|
||||
env_var: COIN_SBUILD_CHROOT
|
||||
equals_value: null
|
||||
- condition: property
|
||||
property: target.arch
|
||||
equals_value: X86_64
|
||||
- type: EnvironmentVariable
|
||||
variableName: COIN_SBUILD_DISTRO
|
||||
variableValue: "arm64-focal"
|
||||
|
Loading…
Reference in New Issue
Block a user