Skip to content

Conversation

@phlax
Copy link
Contributor

@phlax phlax commented Jan 16, 2026

this removes the need for patches in BCR, and allows bazel users to build directly from the repo if they want to build from specific commit, without having to patch in the boilerplate.

this removes the need for patches in BCR, and allows bazel users
to build directly from the repo if they want to build from specific
commit, without having to patch in the boilerplate.

Signed-off-by: Ryan Northey <ryan@synca.io>
@phlax phlax requested a review from vitalybuka as a code owner January 16, 2026 12:19
@phlax
Copy link
Contributor Author

phlax commented Jan 16, 2026

@vitalybuka - apologies for my earlier mistake - just getting up to speed on the way of bzlmod

i have agreed to be listed as a maintainer of the bzlmod module - on the basis that we (envoy) depend on this repo. I would be happy to add you there

"src",
],
visibility = ["//visibility:public"],
deps = ["@com_google_protobuf//:protobuf"],
Copy link

Choose a reason for hiding this comment

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

We can make the dependency set a bit smaller: Building with the following dependency set appears to be sufficient and results in less code being built than when using the full protobuf target.

deps = [
    "@com_google_protobuf//:any_cc_proto",
    "@com_google_protobuf//:differencer",
    "@com_google_protobuf//:protobuf_lite",
],```

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