Skip to content

Commit

Permalink
Pass toolchain param in ctx.action.run in bindgen (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko authored Jul 17, 2024
1 parent 6c2bd67 commit db89d83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindgen/private/bindgen.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ def _rust_bindgen_impl(ctx):
env = env,
arguments = [args],
tools = tools,
# ctx.actions.run now require (through a buildifier check) that we
# specify this
toolchain = None,
)

return [
Expand Down

0 comments on commit db89d83

Please sign in to comment.