bazel shutdown call ignores arguments #7639
Labels
bug
Something isn't working
contributions welcome
The JAX team has not prioritized work on this. Community contributions are welcome.
The line at https://github.com/google/jax/blob/4e6aef581b90db1c1ab292a1e7f17eb97e2377ab/build/build.py#L518 should be changed to
shell([bazel_path] + args.bazel_startup_options + ["shutdown"])
so that options like--output_user_root
are honored.The text was updated successfully, but these errors were encountered: