Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: webrtc/build/mb_config.pyl

Issue 2325063002: MB: Move iOS GYP bots to use limited support config (Closed)
Patch Set: Fix mb_config.pyl Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios64_gyp_rel.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 98460f4cb87848b6ec189bb4ed4cc74a40a0bfd2..bf43c379e7a430dcd55f0fcf6692c2599fe4a3a4 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -212,10 +212,12 @@
'ios', 'gn', 'debug_static_bot', 'x64'
],
'ios_gyp_debug_static_bot_arm64_device': [
- 'ios', 'gyp', 'debug_static_bot', 'arm64', 'device'
+ 'ios', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm64',
+ 'device'
],
'ios_gyp_release_bot_arm64_device': [
- 'ios', 'gyp', 'release_bot', 'arm64', 'device'
+ 'ios', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm64',
+ 'device'
],
# Linux, Mac and Windows
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios64_gyp_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698