mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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 <ari.parkkila@qt.io>
This commit is contained in:
parent
271a60cafc
commit
7e79a5e31a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user