Index: scripts/slave/recipe_modules/webrtc/builders.py |
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py |
index ccc998a1a0b74f39b640884fd0632f3a6a7efa64..279e19f59f19055df3f29633dc9241d84228c1e4 100644 |
--- a/scripts/slave/recipe_modules/webrtc/builders.py |
+++ b/scripts/slave/recipe_modules/webrtc/builders.py |
@@ -253,24 +253,6 @@ BUILDERS = freeze({ |
'bot_type': 'builder_tester', |
'testing': {'platform': 'mac'}, |
}, |
- 'Linux32 Debug': { |
- 'recipe_config': 'webrtc', |
- 'chromium_config_kwargs': { |
- 'BUILD_CONFIG': 'Debug', |
- 'TARGET_BITS': 32, |
- }, |
- 'bot_type': 'builder_tester', |
- 'testing': {'platform': 'linux'}, |
- }, |
- 'Linux32 Release': { |
- 'recipe_config': 'webrtc', |
- 'chromium_config_kwargs': { |
- 'BUILD_CONFIG': 'Release', |
- 'TARGET_BITS': 32, |
- }, |
- 'bot_type': 'builder_tester', |
- 'testing': {'platform': 'linux'}, |
- }, |
'Linux64 Debug': { |
'recipe_config': 'webrtc', |
'chromium_config_kwargs': { |