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

[grpc] update to 1.68.0 #42340

Merged
merged 2 commits into from
Nov 27, 2024
Merged

[grpc] update to 1.68.0 #42340

merged 2 commits into from
Nov 27, 2024

Conversation

Tradias
Copy link
Contributor

@Tradias Tradias commented Nov 24, 2024

From what I can tell gRPC always called CMake's add_custom_command with DEPENDS files that do not exist. But in this release they changed their cmake_minimum_required from 3.13 to 3.16 which seems to make that fail. I added a patch to address that. Note that the file are missing because they come from git submodules.

I tested gRPC with the x64-windows triplet and ran all tests within asio-grpc

  • 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.

@JonLiu1993 JonLiu1993 self-assigned this Nov 25, 2024
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Nov 25, 2024
@JonLiu1993 JonLiu1993 linked an issue Nov 25, 2024 that may be closed by this pull request
@JonLiu1993
Copy link
Member

Feature codegen tested successfully in the following triplet:

  • x86-wdinwos
  • x64-wdinwos
  • x64-windows-static

@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label Nov 27, 2024
@BillyONeal BillyONeal merged commit ae7d8f5 into microsoft:master Nov 27, 2024
17 checks passed
@BillyONeal
Copy link
Member

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[grpc] update to v1.68
3 participants