--action_env doesn't apply to genrule with host configuration #6473
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Configurability
platforms, toolchains, cquery, select(), config transitions
type: bug
How to reproduce
BUILD:
Run
bazel build //:gen -s --action_env HAHA=123
This is not a Windows specific issue, also happens on Linux.
Related TensorFlow issue: tensorflow/tensorflow#22395 (comment)
Workaround: add
--distinct_host_configuration=false
optionThe text was updated successfully, but these errors were encountered: