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
commit b34ebcf03b
1 changed files with 1 additions and 0 deletions

View File

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