Skip to content
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

Closed

Conversation

LilyWangLL
Copy link
Contributor

@LilyWangLL LilyWangLL commented Jun 24, 2024

PASSING, REMOVE FROM FAIL LIST: ms-quic:x64-windows
PASSING, REMOVE FROM FAIL LIST: ms-quic:x64-windows-static-md
PASSING, REMOVE FROM FAIL LIST: ms-quic:arm64-windows

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.

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@LilyWangLL LilyWangLL added info:internal This PR or Issue was filed by the vcpkg team. category:infrastructure Pertaining to the CI/Testing infrastrucutre labels Jun 24, 2024
JonLiu1993
JonLiu1993 previously approved these changes Jun 24, 2024
@LilyWangLL LilyWangLL added the category:port-bug The issue is with a library, which is something the port should already support label Jun 24, 2024
@BillyONeal BillyONeal marked this pull request as ready for review June 24, 2024 18:26
@BillyONeal BillyONeal changed the title [vcpkg baseline][ms-quic] Passing remove form fail list [vcpkg baseline][ms-quic] Passing remove from fail list Jun 24, 2024
@BillyONeal BillyONeal marked this pull request as draft June 24, 2024 19:47

# Configure PGO linker flags.
- if(QUIC_PGO)
+ if(1)
Copy link
Member

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

Copy link
Contributor Author

@LilyWangLL LilyWangLL Jun 25, 2024

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.

ports/ms-quic/fix-platform-win32.patch Show resolved Hide resolved
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Jun 24, 2024
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>
BillyONeal added a commit to BillyONeal/vcpkg that referenced this pull request Jun 24, 2024
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>
BillyONeal added a commit to BillyONeal/msquic that referenced this pull request Jun 24, 2024
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
@LilyWangLL
Copy link
Contributor Author

Closed as duplicate of #39498.

@LilyWangLL LilyWangLL closed this Jun 25, 2024
BillyONeal added a commit that referenced this pull request Jun 25, 2024
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>
@LilyWangLL LilyWangLL deleted the dev/LilyWang/CI_remove_msquic branch June 26, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants