In #23431 i noticed the following:
qtwebengine:x64-windows is build in the x86-windows triplet
qtwebengine has a host dependency on itself
- but supports of
qtwebengine disallows x86
so the expected behavior would be to not build qtwebengine:x64-windows for the x86-windows triplet
i noticed the same for x64-windows-static(-md)? triplets.
Considering CI takes roughly 2h to build qtwebengine this is quite a CI time waste.
In #23431 i noticed the following:
qtwebengine:x64-windowsis build in thex86-windowstripletqtwebenginehas a host dependency on itselfqtwebenginedisallowsx86so the expected behavior would be to not build
qtwebengine:x64-windowsfor thex86-windowstripleti noticed the same for
x64-windows-static(-md)?triplets.Considering CI takes roughly 2h to build
qtwebenginethis is quite a CI time waste.