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

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

Issue 2035633002: V8: Explicitly define presence of valgrind on relevant builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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/recipe_modules/v8/chromium_config.py » ('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 c26be3a4ab0eadd75fefde9e7f3fff91cd19cb1a..fe91861e957ca1e6d3f17fc2b1b1b2dcf182c9e8 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -364,7 +364,8 @@ BUILDERS = {
},
'V8 Linux64 - debug builder': {
'gclient_apply_config': ['v8_valgrind'],
- 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'jsfunfuzz'],
+ 'chromium_apply_config': [
+ 'clang', 'v8_ninja', 'goma', 'jsfunfuzz', 'has_valgrind'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698