From 12f68d3498e9f3f705f8486e0ca54433d506002e Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 7 May 2021 17:37:12 +0200 Subject: coin: Disable the CI for the QEMU configurations This needs to be disabled until the dependency checks for the ivigenerator work there as well. Change-Id: Ibfcebc2c32614bab58c0567169a1e8c1bb4d8d84 Reviewed-by: Qt CI Bot Reviewed-by: Robert Griebl --- coin/module_config.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 556a066..3c2ceb7 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -1,13 +1,18 @@ version: 2 accept_configuration: - condition: or + condition: and conditions: - condition: property - property: target.os - not_equals_value: MacOS - - condition: property - property: host.arch - not_equals_value: ARM64 + property: target.osVersion + not_equals_value: QEMU + - condition: or + conditions: + - condition: property + property: target.os + not_equals_value: MacOS + - condition: property + property: host.arch + not_equals_value: ARM64 instructions: Build: -- cgit v1.2.3