Merge "Add CCACHE_DIR to allowed environment variables"

This commit is contained in:
Treehugger Robot
2020-02-19 21:37:15 +00:00
committed by Gerrit Code Review

View File

@@ -142,6 +142,7 @@ func runNinja(ctx Context, config Config) {
"CCACHE_SLOPPINESS", "CCACHE_SLOPPINESS",
"CCACHE_BASEDIR", "CCACHE_BASEDIR",
"CCACHE_CPP2", "CCACHE_CPP2",
"CCACHE_DIR",
}, config.BuildBrokenNinjaUsesEnvVars()...)...) }, config.BuildBrokenNinjaUsesEnvVars()...)...)
} }