| 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,
|
|
|