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

Commit 27818b99 authored by Ola Rozenfeld's avatar Ola Rozenfeld Committed by Gerrit Code Review
Browse files

Merge "Migrating RBE flags to RBE_ variables."

parents 85f227ee 3992e375
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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",