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

Fix incorrect dependency preventing remote import #556

Closed
wants to merge 3 commits into from
Closed

Fix incorrect dependency preventing remote import #556

wants to merge 3 commits into from

Conversation

qdii
Copy link

@qdii qdii commented Jan 15, 2022

Bazel uses the prefix @com_envoyproxy_protoc_gen_validate to decide whether the Build rule is to be found locally, or remotely. As it was absent before this commit, blaze build would try to resolve //:validate locally and fails.

Fix #555
Fix #557

@attilaolah
Copy link

Looks like this also fixes #557 (5c5e169 specifically).

@qdii
Copy link
Author

qdii commented Jan 17, 2022

Looks like this also fixes #557 (5c5e169 specifically).

Added! Thanks.

Bazel uses the prefix @com_envoyproxy_protoc_gen_validate to decide whether the Build rule is to be found locally, or remotely. As it was absent before this commit, blaze build would try to resolve //:validate locally and fails.

Fix #555

Signed-off-by: Victor Lavaud <victor.lavaud@gmail.com>
Let the user specify the protoc plugins they want to use to compile their protobuf.

Signed-off-by: Victor Lavaud <victor.lavaud@gmail.com>
@stale
Copy link

stale bot commented Apr 16, 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 16, 2022
@stale stale bot closed this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Activity has stalled on this issue/pull-request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user-provided protoc plugins in Bazel Compiling a validator in golang fails
2 participants