Recursively replace all environment variables
We previously:
-
only replaced environment variables in
.bazelrc.cinot in any imported run commands -
only replaced environment variables that we're listed in the
variablescomponent input
These restrictions are now lifted. All imported files receive replacements and they can reference any environment variable.
Warnings are still created when a .bazelrc references an environment variable that does not exist.
Edited by Matthew Clarkson