bazel-contrib / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
Apache License 2.0
141 stars 91 forks source link

`run_binary` doesn't seem to inherit environment variables from `--host_action_env` #933

Open calebzulawski opened 2 months ago

calebzulawski commented 2 months ago

I would expect --host_action_env variables to apply to run_binary.