diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index e5ea769bfb..4b85fc7893 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -400,6 +400,7 @@ ], 'ios_debug_bot_x64': [ 'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe', 'xctest', + 'ios_old_os_support', ], # More configs @@ -499,6 +500,11 @@ 'gn_args': 'target_os="ios"', }, + # TODO(crbug.com/1249456): Remove use_lld=false + 'ios_old_os_support' :{ + 'gn_args': 'use_lld=false', + }, + 'no_goma': { 'gn_args': 'use_goma=false', },