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
llbuild's shell tool has an inherit-env property which is true by default, and causes the process environment of the build service to be propagated to build tasks like clang. Instead we should set inherit-env to false and merge processEnvironment from UserInfo into the task's environment, so that it is overridable from tests.
This impacts the explicitModulesEnvironmentTest().