From 7e79a5e31a32f1ad89f8a8add670f75cb9c8674c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 11 Mar 2024 11:02:16 +0200 Subject: [PATCH] coin: don't use nanbield for mingw builds Nanbield still has problems with mingw builds and fixes might not get in before it is EOL. Pick-to: 6.7 Change-Id: I56ee0c52269e2887a60c73049cb0d9deac11247c Reviewed-by: Ari Parkkila --- coin/module_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 3e82471..a766d16 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -19,7 +19,7 @@ machine_type: # [machine] qemuarm64 qemux86-64 qemuarm qemux86 qemuarm64 # [yocto] master master master nanbield kirkstone # [wayland] yes no no yes yes -# [mingw] no no no yes no +# [mingw] no no yes no no # [static] no no no no yes # @@ -66,7 +66,7 @@ target3: &target3 variableValue: master.xml - type: EnvironmentVariable variableName: TEST_CONFIGS - variableValue: ci configs + variableValue: ci configs mingw enable_if: condition: property property: target.arch @@ -82,7 +82,7 @@ target4: &target4 variableValue: nanbield.xml - type: EnvironmentVariable variableName: TEST_CONFIGS - variableValue: ci configs wayland mingw no-webengine + variableValue: ci configs wayland no-webengine enable_if: condition: property property: target.arch