diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 7c536df6ee..d045dc4345 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -351,7 +351,8 @@ 'win_fastlink', ], 'win_uwp_release_bot_x64': [ - 'gn', 'clang', 'openh264', 'release_bot', 'x64', 'winuwp', + # UWP passes compiler flags that are not supported by goma. + 'gn', 'clang', 'openh264', 'x64', 'winuwp', 'release_bot_no_goma' ], # Mac @@ -548,6 +549,10 @@ 'mixins': ['pure_release_bot', 'dcheck_always_on'], }, + 'release_bot_no_goma': { + 'mixins': ['release', 'dcheck_always_on'], + }, + 'tsan': { 'gn_args': 'is_tsan=true', },