From 0d9fc062060bb6c580279c0c4588be028fe95c93 Mon Sep 17 00:00:00 2001 From: Yakiv Huryk Date: Mon, 14 Mar 2022 15:39:26 +0000 Subject: [PATCH] [asan] add asan flag to sonic_version.yml Signed-off-by: Yakiv Huryk --- files/build_templates/sonic_version.yml.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/build_templates/sonic_version.yml.j2 b/files/build_templates/sonic_version.yml.j2 index 6e3f3acac95a..bc6fb54189d4 100644 --- a/files/build_templates/sonic_version.yml.j2 +++ b/files/build_templates/sonic_version.yml.j2 @@ -26,4 +26,6 @@ built_by: {{ built_by }} {{ name }}: {{ version }} {% endfor -%} {% endif -%} - +{% if ENABLE_ASAN == "y" -%} +asan: 'yes' +{% endif -%}