Add ios_use_goma_rbe=true to iOS bots.
Bug: webrtc:11401 Change-Id: Ieec115c38b300936ddf9be99a4c6c9ee1708c37f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170227 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30770}
This commit is contained in:

committed by
Commit Bot

parent
484bb8a03b
commit
2896bf697b
@ -392,28 +392,28 @@
|
||||
|
||||
# iOS
|
||||
'ios_debug_bot_arm': [
|
||||
'ios', 'debug_bot', 'arm', 'no_ios_code_signing'
|
||||
'ios', 'debug_bot', 'arm', 'no_ios_code_signing', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_release_bot_arm': [
|
||||
'ios', 'release_bot', 'arm', 'no_ios_code_signing'
|
||||
'ios', 'release_bot', 'arm', 'no_ios_code_signing', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_debug_bot_arm64': [
|
||||
'ios', 'debug_bot', 'arm64', 'no_ios_code_signing'
|
||||
'ios', 'debug_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_release_bot_arm64': [
|
||||
'ios', 'release_bot', 'arm64', 'no_ios_code_signing'
|
||||
'ios', 'release_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_internal_debug_bot_arm64': [
|
||||
'ios', 'debug_bot', 'arm64'
|
||||
'ios', 'debug_bot', 'arm64', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_internal_release_bot_arm64': [
|
||||
'ios', 'release_bot', 'arm64'
|
||||
'ios', 'release_bot', 'arm64', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_internal_pure_release_bot_arm64': [
|
||||
'ios', 'pure_release_bot', 'arm64'
|
||||
'ios', 'pure_release_bot', 'arm64', 'ios_use_goma_rbe'
|
||||
],
|
||||
'ios_debug_bot_x64': [
|
||||
'ios', 'debug_bot', 'x64'
|
||||
'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe'
|
||||
],
|
||||
|
||||
# More configs
|
||||
@ -506,6 +506,10 @@
|
||||
'gn_args': 'use_goma=true',
|
||||
},
|
||||
|
||||
'ios_use_goma_rbe': {
|
||||
'gn_args': 'ios_use_goma_rbe=true',
|
||||
},
|
||||
|
||||
'ios': {
|
||||
'gn_args': 'target_os="ios"',
|
||||
},
|
||||
|
Reference in New Issue
Block a user