Explicitly setting use_lld=false on MSVC bots.
In order to unblock the Chromium Roll, WebRTC should set use_lld=false when MSVC is used (as discussed here [1]). [1] - https://chromium-review.googlesource.com/c/chromium/src/+/1092611 Bug: None Change-Id: Ia052d3d8842871c3051fe36991396976f5839f4c Reviewed-on: https://webrtc-review.googlesource.com/83102 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23582}
This commit is contained in:

committed by
Commit Bot

parent
7af087a918
commit
910540d55a
@ -360,16 +360,16 @@
|
||||
'gn', 'clang', 'openh264_release_bot', 'x64',
|
||||
],
|
||||
'win_msvc_debug_bot_x86': [
|
||||
'gn', 'no_clang', 'openh264_debug_bot', 'x86',
|
||||
'gn', 'no_clang', 'openh264_debug_bot', 'x86', 'no_lld',
|
||||
],
|
||||
'win_msvc_release_bot_x86': [
|
||||
'gn', 'no_clang', 'openh264_release_bot', 'x86',
|
||||
'gn', 'no_clang', 'openh264_release_bot', 'x86', 'no_lld',
|
||||
],
|
||||
'win_msvc_debug_bot_x64': [
|
||||
'gn', 'no_clang', 'openh264_debug_bot', 'x64',
|
||||
'gn', 'no_clang', 'openh264_debug_bot', 'x64', 'no_lld'
|
||||
],
|
||||
'win_msvc_release_bot_x64': [
|
||||
'gn', 'no_clang', 'openh264_release_bot', 'x64',
|
||||
'gn', 'no_clang', 'openh264_release_bot', 'x64', 'no_lld',
|
||||
],
|
||||
'win_asan_clang_release_bot_x86': [
|
||||
'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
|
||||
|
Reference in New Issue
Block a user