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

Depend on tools in the exec configuration #301

Merged
merged 3 commits into from
Nov 22, 2021

Conversation

fmeum
Copy link
Contributor

@fmeum fmeum commented Nov 9, 2021

As of Bazel 4, protoc and most tools are dependend on via the exec
configuration rather than the host configuration. By also using the exec
transition in grpc_kotlin, unnecessary (and very costly) rebuilds of
protoc can be prevented.

As of Bazel 4, protoc and most tools are dependend on via the exec
configuration rather than the host configuration. By also using the exec
transition in grpc_kotlin, unnecessary (and very costly) rebuilds of
protoc can be prevented.
@jamesward jamesward requested a review from aragos November 15, 2021 15:20
@aragos aragos merged commit 5ccb209 into grpc:master Nov 22, 2021
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