Remove iOS 9 support from mb config
This is not needed as all builders for iOS 9 were removed. This CL depends on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1488734 No-Try: True Bug: webrtc:10291 Change-Id: Ie1e1e5bfbe93f05c1128322540ed520cde564854 Reviewed-on: https://webrtc-review.googlesource.com/c/124487 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Artem Titarenko <artit@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26872}
This commit is contained in:
parent
db42ed299a
commit
5cceaa1294
@ -24,7 +24,6 @@
|
||||
'iOS32 Release': 'ios_release_bot_arm',
|
||||
'iOS64 Debug': 'ios_debug_bot_arm64',
|
||||
'iOS64 Release': 'ios_release_bot_arm64',
|
||||
'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_bot_x64',
|
||||
'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_bot_x64',
|
||||
'iOS64 Sim Debug (iOS 11)': 'ios_debug_bot_x64',
|
||||
'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64',
|
||||
@ -153,7 +152,6 @@
|
||||
'ios_compile_arm_rel': 'ios_release_bot_arm',
|
||||
'ios_compile_arm64_dbg': 'ios_debug_bot_arm64',
|
||||
'ios_compile_arm64_rel': 'ios_release_bot_arm64',
|
||||
'ios_sim_x64_dbg_ios9': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios10': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios11': 'ios_debug_bot_x64',
|
||||
'ios_sim_x64_dbg_ios12': 'ios_debug_bot_x64',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user