summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-29 14:44:59 +0200
committerDominik Holland <dominik.holland@qt.io>2021-06-30 13:58:09 +0200
commit3d8e2b1b864948032a25f8b4de055ec10492db11 (patch)
treeeffcd567246356157a114a5ad6de7affc9089b12 /coin
parent418b1ec7a1abab40e7bf6144af4b8bf7d450fec1 (diff)
downloadqtapplicationmanager-3d8e2b1b864948032a25f8b4de055ec10492db11.tar.gz
coin: Disable building and testing for arm64 MacOS
Change-Id: I419b436b17eff67188a108b13db62052bb578186 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml16
1 files changed, 13 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 47a5f070..6461fce9 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,8 +1,18 @@
version: 2
accept_configuration:
- condition: property
- property: features
- not_contains_value: Disable
+ condition: and
+ conditions:
+ - condition: property
+ property: features
+ not_contains_value: Disable
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: property
+ property: host.arch
+ not_equals_value: ARM64
instructions:
Build: