mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
Remove Win32 ASan from mb config.
Bug: webrtc:10696 Change-Id: I97b9d0944d7343d83e1397f58959499e1a0b26b8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139243 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28120}
This commit is contained in:
parent
ad4a3c8d66
commit
a937c6ea21
1 changed files with 0 additions and 5 deletions
|
@ -91,7 +91,6 @@
|
||||||
'Win32 Builder (Clang)': 'win_clang_pure_release_bot_x86',
|
'Win32 Builder (Clang)': 'win_clang_pure_release_bot_x86',
|
||||||
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
|
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
|
||||||
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
|
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
|
||||||
'Win32 ASan': 'win_asan_clang_release_bot_x86',
|
|
||||||
'Win64 ASan': 'win_asan_clang_release_bot_x64',
|
'Win64 ASan': 'win_asan_clang_release_bot_x64',
|
||||||
'Win64 UWP': 'win_uwp_release_bot_x64',
|
'Win64 UWP': 'win_uwp_release_bot_x64',
|
||||||
'Win (more configs)': {
|
'Win (more configs)': {
|
||||||
|
@ -341,10 +340,6 @@
|
||||||
'win_msvc_release_bot_x64': [
|
'win_msvc_release_bot_x64': [
|
||||||
'no_clang', 'release_bot', 'x64', 'no_lld',
|
'no_clang', 'release_bot', 'x64', 'no_lld',
|
||||||
],
|
],
|
||||||
'win_asan_clang_release_bot_x86': [
|
|
||||||
'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x86',
|
|
||||||
'win_fastlink',
|
|
||||||
],
|
|
||||||
'win_asan_clang_release_bot_x64': [
|
'win_asan_clang_release_bot_x64': [
|
||||||
'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64',
|
'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64',
|
||||||
'win_fastlink',
|
'win_fastlink',
|
||||||
|
|
Loading…
Reference in a new issue