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

Unified Diff: tools/mb/mb_config.pyl

Issue 2976533002: Update macOS FYI toolchain bot to compile with 10.12 SDK. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 89cb52034929003ef93e9d2645cfded4d322ba26..33850c44763ea66179c0c08597352fa60d1086ce 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -114,7 +114,7 @@
'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
'Chromium Mac 10.11': 'release_bot',
- 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic',
+ 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_new_sdk',
'Chromium Mac 10.9 Goma Canary': 'release_bot',
'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot',
'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot',
@@ -1432,8 +1432,8 @@
'release_bot', 'chrome_with_codecs',
],
- 'release_bot_mac_hermetic': [
- 'release_bot', 'mac_hermetic_toolchain',
+ 'release_bot_mac_new_sdk': [
+ 'release_bot', 'mac_new_sdk',
],
'release_bot_mac_strip': [
@@ -1775,8 +1775,8 @@
'mixins': ['chrome_with_codecs'],
},
- 'mac_hermetic_toolchain': {
- 'gn_args': 'use_system_xcode=false',
+ 'mac_new_sdk': {
+ 'gn_args': 'mac_sdk_min=10.12',
},
'headless': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698