Add FLAG_compare to whitelisted environment variables
Bug: b/147419757 Test: Ran a compare build and tested that compare mode works again Change-Id: I743d5070673f3ec9d0c2b099019f88935f3894fc
This commit is contained in:
parent
a773c39bfc
commit
ade12e744a
|
@ -127,6 +127,7 @@ func runNinja(ctx Context, config Config) {
|
|||
"GOMA_USE_LOCAL",
|
||||
|
||||
// RBE client
|
||||
"FLAG_compare",
|
||||
"FLAG_exec_root",
|
||||
"FLAG_exec_strategy",
|
||||
"FLAG_invocation_id",
|
||||
|
|
Loading…
Reference in New Issue