Index: webrtc/build/mb_config.pyl |
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl |
index 1ce66cbc56129390398cdf5007ff89929f40424f..3797f72d949e1e8c2168efa6ef95bd20947a8817 100644 |
--- a/webrtc/build/mb_config.pyl |
+++ b/webrtc/build/mb_config.pyl |
@@ -40,7 +40,7 @@ |
'Linux64 Debug': 'debug_bot_x64', |
'Linux64 Release': 'release_bot_x64', |
'Linux Asan': 'asan_lsan_clang_release_bot_x64', |
- 'Linux Memcheck': 'release_bot_x64', |
+ 'Linux Memcheck': 'memcheck_release_bot_x64', |
'Linux MSan': 'msan_clang_release_bot_x64', |
'Linux Tsan v2': 'tsan_clang_release_bot_x64', |
'Linux UBSan': 'ubsan_clang_release_bot_x64', |
@@ -231,6 +231,9 @@ |
'perf_release_bot_x64': [ |
'gn', 'openh264', 'release', 'static', 'goma', 'x64' |
], |
+ 'memcheck_release_bot_x64': [ |
+ 'memcheck', 'gn', 'openh264_release_bot', 'x64' |
+ ], |
# Windows |
'win_clang_debug_bot_x86': [ |
@@ -368,6 +371,10 @@ |
'gn_args': 'is_lsan=true', |
}, |
+ 'memcheck': { |
+ 'gn_args': 'rtc_use_memcheck=true', |
+ }, |
+ |
'minimal_symbols': { |
'gn_args': 'symbol_level=1', |
}, |