summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-05-29 12:16:01 +0300
committerToni Saario <toni.saario@qt.io>2022-05-29 18:45:43 +0000
commit0bbe81097888749723a7599447e34f57aa9f7dde (patch)
treeeccdd30e1c6d59a3e88af52944e66e69038781c2 /coin/module_config.yaml
parent006c80f46b4ae06f0d825c755b380576a919b566 (diff)
downloadqtapplicationmanager-0bbe81097888749723a7599447e34f57aa9f7dde.tar.gz
Exclude configs whose dependencies are excluded
Anything that depends on a config that is excluded should also be excluded. Change-Id: I1db50fff95ea85e7a9629134fde2546a607bac40 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index f236bf63..102b887b 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -16,6 +16,14 @@ accept_configuration:
- condition: property
property: host.arch
not_equals_value: ARM64
+ - condition: or
+ conditions:
+ - condition: property
+ property: platformDependency.target.os
+ not_equals_value: MacOS
+ - condition: property
+ property: platformDependency.host.arch
+ not_equals_value: ARM64
instructions:
Build: