-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vcpkg baseline][ms-quic] Passing remove from fail list #39475
[vcpkg baseline][ms-quic] Passing remove from fail list #39475
Conversation
|
||
# Configure PGO linker flags. | ||
- if(QUIC_PGO) | ||
+ if(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part seems wrong: vcpkg certainly doesn't configure PDGs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I modify this want to fix the error: LINK : fatal error LNK1268: inconsistent option 'NODEFAULTLIB:libucrt.lib' specified with /USEPROFILE but not with /GENPROFILE
.
I saw you fix this by file(REMOVE "${QUIC_SOURCE_PATH}/src/bin/winuser/pgo_x86/msquic.pgd")
, thanks.
Also fix uwp builds so that all ci.baseline.txt entries can be removed, submitted upstream as microsoft/msquic#4373 Originally started from microsoft#39475 Co-authored by: Lily Wang <v-lilywang@microsoft.com>
Also fix uwp builds so that all ci.baseline.txt entries can be removed, submitted upstream as microsoft/msquic#4373 Originally started from microsoft#39475 Co-authored by: Lily Wang <v-lilywang@microsoft.com>
This is going to be a processor type like x86, x64, arm, or arm64. This change was originally authored by @LilyWangLL in microsoft/vcpkg#39475
Closed as duplicate of #39498. |
Also fix uwp builds so that all ci.baseline.txt entries can be removed, submitted upstream as microsoft/msquic#4373 Also fix x86-windows builds which incorrectly compared SYSTEM_PROCESSOR with 'win32' rather than 'x86'. Submitted upstream as microsoft/msquic#4374 . This patch originally authored by @LillyWangLL Originally started from #39475 Co-authored by: Lily Wang <v-lilywang@microsoft.com>
Passing on https://dev.azure.com/vcpkg/public/_build/results?buildId=104229&view=results.
Fixed by PR #39332.
Also fix the build error of
ms-quic:x86-windows
.SHA512s are updated for each updated download.The "supports" clause reflects platforms that may be fixed by this new version.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.