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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json

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 | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json b/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
index 65cf796a3ae55bcabffa878ec5a43db7114452f8..7909b09d81eebfc7a80754f7ccb5e47af5d80fe3 100644
--- a/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
+++ b/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
@@ -57,7 +57,8 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=ia32"
+ "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_enable_disassembler=1 v8_target_arch=ia32",
+ "GYP_GENERATORS": "ninja"
},
"name": "gclient runhooks"
},
@@ -79,7 +80,11 @@
"--src-dir",
"[SLAVE_BUILD]/v8",
"--build-tool",
- "xcode",
+ "ninja",
+ "--compiler",
+ "goma-clang",
+ "--goma-dir",
+ "[BUILD]/goma",
"--"
],
"name": "compile"
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698