Merge "Undo filtering of HOME environment variable." into main

This commit is contained in:
Taylor Santiago
2024-09-05 21:02:16 +00:00
committed by Gerrit Code Review

View File

@@ -351,9 +351,6 @@ func NewConfig(ctx Context, args ...string) Config {
// Use config.useN2 instead.
"SOONG_USE_N2",
// Leaks usernames into environment.
"HOME",
)
if ret.UseGoma() || ret.ForceUseGoma() {