ci: Don't pull in ports that causes cascades#856
Conversation
|
Isn't microsoft/vcpkg#23490 fixed by #846 for the x64-windows to x86 cross-builds? That PR will already remove the unsupported x86 qtwebengine from the initial list of ports, so it will no longer pull in x64 qtwebengine. If the focus in on additional output, I would prefer to see this implemented on top of my PR. |
No. It still pulls in x64 qtwebengine because the qt port does support x86 and depends on qtwebengine and then all dependencies of x86 qtwebengine gets pulled in (also also x64 qtwebengine) |
BillyONeal
left a comment
There was a problem hiding this comment.
This looks correct to me. Thanks for the fix!
|
@ras0219-msft Do you want a look at this? |
Between microsoft#856 and microsoft#899
Same goal as #846 but it works in more situations. Fixes microsoft/vcpkg#23490