You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it turns out, if Bazel is actually `bazel.exe`, then Bash _will not_
export its environment variables to the Bazel process on Windows. This
means that `env_inherit` functionality will have no effect, breaking
test_scala_test_env_attribute_with_env_inherit_and_test_env. In this
case, we _must_ export them as Command Prompt variables.
Setting `bazel_bin` in `setup_suite` and using it in
`test_scala_binary_env_attribute_expansion` made that test case more
portable as well.
0 commit comments