Skip to content

Fix Bazel's golang protobuf library hash mismatch#582

Closed
lidizheng wants to merge 1 commit intobufbuild:mainfrom
lidizheng:bump-pb
Closed

Fix Bazel's golang protobuf library hash mismatch#582
lidizheng wants to merge 1 commit intobufbuild:mainfrom
lidizheng:bump-pb

Conversation

@lidizheng
Copy link
Copy Markdown

Both in HEAD and v0.6.7, I saw the Bazel build complains about the hash for the Golang Protobuf library.

ERROR: ...: @com_envoyproxy_protoc_gen_validate//:protoc-gen-validate_lib depends on @org_golang_google_protobuf//types/pluginpb:pluginpb in repository @org_golang_google_protobuf which failed to fetch. no such package '@org_golang_google_protobuf//types/pluginpb': failed to fetch org_golang_google_protobuf: fetch_repo: downloaded module with sum h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=; expected sum h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=

This issue originated from gRPC wants to build Envoy protos, which depends on protoc-gen-validate: grpc/grpc#29219.

This PR bumped the Golang Protobuf library's version up and updated the hash.

@akonradi PTAL.

@stale
Copy link
Copy Markdown

stale bot commented Apr 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale Activity has stalled on this issue/pull-request label Apr 27, 2022
@lidizheng
Copy link
Copy Markdown
Author

Unstale.

@stale stale bot removed the Stale Activity has stalled on this issue/pull-request label Apr 27, 2022
@elliotmjackson
Copy link
Copy Markdown
Contributor

resolved in #629

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.

2 participants