You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to compile with Bazel 8.0.0. The workaround is to enable the flag --noincompatible_disallow_ctx_resolve_tools
Log Output
plugin_runfiles, plugin_input_manifests = ctx.resolve_tools(tools = [plugin.tool])
Error in resolve_tools: Pass an executable or tools argument to ctx.actions.run or ctx.actions.run_shell instead of calling ctx.resolve_tools.
rules_proto_grpc Version
5.0.1
Bazel Version
8.0.0
OS
MacOS
Link to Demo Repo
No response
MODULE.bazel or WORKSPACE Content
No response
BUILD Content
No response
Proto Content
No response
Any Other Content
No response
The text was updated successfully, but these errors were encountered:
Issue Description
Fails to compile with Bazel 8.0.0. The workaround is to enable the flag
--noincompatible_disallow_ctx_resolve_tools
Log Output
rules_proto_grpc Version
5.0.1
Bazel Version
8.0.0
OS
MacOS
Link to Demo Repo
No response
MODULE.bazel or WORKSPACE Content
No response
BUILD Content
No response
Proto Content
No response
Any Other Content
No response
The text was updated successfully, but these errors were encountered: