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

Updates to the Bazel WORKSPACE to support granular go-genproto targets #287

Merged
merged 1 commit into from
May 30, 2023

Conversation

TristonianJones
Copy link
Collaborator

This change shifts from depending on all of googleapis to just the ones under api/ and rpc/

@TristonianJones TristonianJones requested a review from jcking May 26, 2023 23:53
@TristonianJones
Copy link
Collaborator Author

@jcking I'll be making a similar update to cel-go. I don't think cel-cpp will be affected, but let me know.

@TristonianJones TristonianJones merged commit 51af45e into google:master May 30, 2023
@TristonianJones TristonianJones deleted the workspace-deps branch May 30, 2023 19:55
Copy link

@BronkHonkyTonk BronkHonkyTonk left a comment

Choose a reason for hiding this comment

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

@@ -11,7 +11,7 @@ go_library(
],

Choose a reason for hiding this comment

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

] ,

@@ -104,11 +105,22 @@ switched_rules_by_language(
# Do *not* call *_dependencies(), etc, yet. See comment at the end.

Choose a reason for hiding this comment

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

()

@@ -104,11 +105,22 @@ switched_rules_by_language(
# Do *not* call *_dependencies(), etc, yet. See comment at the end.

Choose a reason for hiding this comment

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

()

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