diff options
| author | 2020-03-19 20:04:13 -0400 | |
|---|---|---|
| committer | 2020-03-19 20:05:14 -0400 | |
| commit | 3992e375995c4f1feeea325f9a5b0256001663f7 (patch) | |
| tree | 07d8e42557a713220f28ff061264980d901a76cb | |
| parent | f59730185355ff5caa5ac675ab78e2be96000804 (diff) | |
Migrating RBE flags to RBE_ variables.
Test: N/A, this only adds new variables.
Change-Id: Iad09352090ec255af82e77941e6e050137f1e83b
| -rw-r--r-- | ui/build/ninja.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index 4fc1f01e5..dfc3be1f3 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go @@ -128,6 +128,16 @@ func runNinja(ctx Context, config Config) { "GOMA_USE_LOCAL", // RBE client + "RBE_compare", + "RBE_exec_root", + "RBE_exec_strategy", + "RBE_invocation_id", + "RBE_log_dir", + "RBE_platform", + "RBE_remote_accept_cache", + "RBE_remote_update_cache", + "RBE_server_address", + // TODO: remove old FLAG_ variables. "FLAG_compare", "FLAG_exec_root", "FLAG_exec_strategy", |