Index: infra/mb/mb_config.pyl |
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl |
index 51a81b8fb64fd2ccf2cfe7bbedb679d096c81a5d..076af017baae5689dad70f187ef90ed91c03e1aa 100644 |
--- a/infra/mb/mb_config.pyl |
+++ b/infra/mb/mb_config.pyl |
@@ -259,9 +259,7 @@ |
# GN debug configs for arm. |
'gn_debug_arm': [ |
- 'gn', 'debug', 'arm', |
- 'shared', 'goma', 'v8_enable_slow_dchecks', 'v8_optimized_debug', |
- 'crosscompile', 'hard_float', 'swarming'], |
+ 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
# GN release configs for arm. |
'gn_release_arm': [ |
@@ -457,7 +455,7 @@ |
'debug_bot': { |
'mixins': [ |
- 'debug', 'static', 'goma', 'v8_enable_slow_dchecks', |
+ 'debug', 'shared', 'goma', 'v8_enable_slow_dchecks', |
'v8_optimized_debug'], |
}, |