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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1107353002: V8 Buildbot: Fix dart mac builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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 | scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 31aea0d9bf680ee5f06f486bc0c58a9987741568..e1a2552a39e0952ee99772b38f53e0fed2f6d399 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1664,5 +1664,8 @@ BUILDERS['client.dart.fyi'] = {'builders': {
} for platform in ('win', 'linux', 'mac')
}}
+dart_mac_release = BUILDERS['client.dart.fyi']['builders']['v8-mac-release']
+dart_mac_release['chromium_apply_config'].extend(['v8_ninja', 'clang', 'goma'])
+
BUILDERS = freeze(BUILDERS)
BRANCH_BUILDERS = freeze(BRANCH_BUILDERS)
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698