| 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 94ed4a57e07e500486fbd3ff898f6bc8a3078264..20c12d74c9d2fce9c5851154a929a4da6b069a49 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1071,7 +1071,6 @@ BUILDERS = {
|
| 'V8 Arm - builder': {
|
| 'chromium_apply_config': [
|
| 'v8_ninja', 'default_compiler', 'goma', 'arm_hard_float'],
|
| - 'v8_apply_config': ['arm_hard_float'],
|
| 'v8_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_ARCH': 'arm',
|
| @@ -1089,7 +1088,6 @@ BUILDERS = {
|
| 'V8 Arm - debug builder': {
|
| 'chromium_apply_config': [
|
| 'v8_ninja', 'default_compiler', 'goma', 'arm_hard_float'],
|
| - 'v8_apply_config': ['arm_hard_float'],
|
| 'v8_config_kwargs': {
|
| 'BUILD_CONFIG': 'Debug',
|
| 'TARGET_ARCH': 'arm',
|
|
|