Skip to content

Commit

Permalink
Migrate exec_tools back to tools.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 534549617
  • Loading branch information
katre authored and jax authors committed May 23, 2023
1 parent 16410a5 commit db87167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/tools/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ EOF
native.genrule(
name = name + "_jax_to_ir_genrule",
outs = [name + ".pb", name + ".txt"],
exec_tools = [runner],
tools = [runner],
cmd = """
JAX_PLATFORM_NAME=cpu \
'$(location {runner})' \
Expand Down

0 comments on commit db87167

Please sign in to comment.