Commit c23d93c4 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Commit Bot

[ios] Remove override of ios_use_goma_rbe gn variable

The gn variable ios_use_goma_rbe is ignored since the CL
https://crrev.com/c/2555117 landed, so stop overriding
it on the bots (it is now always enabled which is what
the bots want).

Bug: none
Change-Id: Iaa085dd1fd0559a41372744ed4c4491c4b5d9908
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2558218Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71403}
parent a549ff56
...@@ -696,7 +696,7 @@ ...@@ -696,7 +696,7 @@
}, },
'ios_simulator': { 'ios_simulator': {
'gn_args': 'target_cpu="x64" target_os="ios" ios_use_goma_rbe=true', 'gn_args': 'target_cpu="x64" target_os="ios"',
}, },
'lsan': { 'lsan': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment