From 100de339830da480c464f19c17f375849fead517 Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Wed, 7 Dec 2022 19:55:10 +0900 Subject: [PATCH] Add instrumented_libraries_release arg to MSAN bots Bug: None Change-Id: I306f63b44cb3ce88b7527d6a5456bddd113e807a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286761 Commit-Queue: Daniel.L (Byoungchan) Lee Reviewed-by: Mirko Bonadei Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#38835} --- tools_webrtc/mb/mb_config.pyl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 29ec7a9676..6bf3d52a3b 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -453,7 +453,8 @@ 'gn_args': 'symbol_level=1', }, 'msan': { - 'gn_args': 'is_msan=true msan_track_origins=2', + 'gn_args': 'is_msan=true msan_track_origins=2' + ' instrumented_libraries_release = "xenial"', }, 'no_goma': { 'gn_args': 'use_goma=false',