Remove instrumented_libraries_release=focal for msan.

This prevents the new default (noble) to be applied. And before
the Chromium roll that updates this to noble, focal is the
default.

Bug: b/345700252
Change-Id: Ia20bc4ec1178a23ab93598cfb53bfd2189490932
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/354074
Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42454}
This commit is contained in:
Mirko Bonadei 2024-06-09 21:05:14 -07:00 committed by WebRTC LUCI CQ
parent 021160d934
commit c24ccd866e

View File

@ -484,8 +484,7 @@
'gn_args': 'symbol_level=1',
},
'msan': {
'gn_args': 'is_msan=true msan_track_origins=2'
' instrumented_libraries_release = "focal"',
'gn_args': 'is_msan=true msan_track_origins=2',
},
'no_ios_code_signing': {
'gn_args': 'ios_enable_code_signing=false',