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

Do not force third_party/protobuf to some old version. #1446

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

benjaminp
Copy link
Contributor

No description provided.

@sampajano
Copy link
Collaborator

Wow thanks!!!

Copy link
Collaborator

@sampajano sampajano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for finding this!!

@sampajano sampajano merged commit 0137f1f into grpc:master Jun 25, 2024
1 of 3 checks passed
@benjaminp benjaminp deleted the huh branch June 25, 2024 05:15
@benjaminp
Copy link
Contributor Author

This seems reasonable but I don't think it can fix the protoc_plugin Dockerfile. That tries to build protobuf with autotools, which has long since been removed protocolbuffers/protobuf@ed5c57a.

@sampajano
Copy link
Collaborator

Oh i see!!... So we might need #1447 afterall.. 😅

Do you know how to fix protoc_plugin by any chance?

It would be very appreciated if you could help too.. (I'm on a vacation soon i won't have time to fix this now..)

@sampajano
Copy link
Collaborator

@benjaminp The APIs you were using was probably added before protocolbuffers/protobuf#10132, right?

So maybe it would work if we re-pin it back to a version before protocolbuffers/protobuf#10132?

@sampajano
Copy link
Collaborator

It seems that the main reason why we need protoc_plugin now is it's used for releases on linux:
https://github.com/grpc/grpc-web/blob/master/.github/workflows/make-plugin-linux.yml

So if we can migrate that to Bazel as well then maybe we can kill it off entirely :)

@sampajano
Copy link
Collaborator

@benjaminp Hi! Actually i need to revert this since we have other dependencies on that version as well.. (I should probably let CI run before merging it :))

"../../../third_party/protobuf/js",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants