Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b34ebcf0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add CCACHE_DIR to allowed environment variables"

parents c2937d29 974b0e80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ func runNinja(ctx Context, config Config) {
			"CCACHE_SLOPPINESS",
			"CCACHE_BASEDIR",
			"CCACHE_CPP2",
			"CCACHE_DIR",
		}, config.BuildBrokenNinjaUsesEnvVars()...)...)
	}