Add MB config for testing with rtc_build_ssl=false.
Bug: webrtc:359141588 Change-Id: Ic8d56fa16effe07bb2863a601a5c19e0713e74fa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359300 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42766}
This commit is contained in:
parent
b16d828895
commit
4396c2f341
@ -57,6 +57,7 @@
|
||||
'dummy_audio_file_devices_no_protobuf':
|
||||
'dummy_audio_file_devices_no_protobuf_x64',
|
||||
'rtti_no_sctp': 'rtti_no_sctp_x64',
|
||||
'openssl': 'openssl_x64',
|
||||
},
|
||||
'Linux Asan': 'asan_lsan_clang_release_bot_x64',
|
||||
'Linux MSan': 'msan_clang_release_bot_x64',
|
||||
@ -349,6 +350,7 @@
|
||||
'msan_clang_release_bot_x64':
|
||||
['msan', 'clang', 'openh264', 'pure_release_bot', 'x64', 'h265'],
|
||||
'no_h264_debug_bot_x86': ['debug_bot', 'x86'],
|
||||
'openssl_x64': ['debug_bot', 'x64', 'no_build_ssl'],
|
||||
'perfetto_android_arm': [ 'android', 'arm', 'perfetto', 'release_bot'],
|
||||
'perfetto_x64': [ 'x64', 'perfetto', 'release_bot'],
|
||||
'perfetto_x86': [ 'x86', 'perfetto', 'release_bot'],
|
||||
@ -489,6 +491,9 @@
|
||||
'msan': {
|
||||
'gn_args': 'is_msan=true msan_track_origins=2',
|
||||
},
|
||||
'no_build_ssl': {
|
||||
'gn_args': 'rtc_build_ssl=false',
|
||||
},
|
||||
'no_ios_code_signing': {
|
||||
'gn_args': 'ios_enable_code_signing=false',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user