Skip to content

Commit 0d9fc06

Browse files
committed
[asan] add asan flag to sonic_version.yml
Signed-off-by: Yakiv Huryk <[email protected]>
1 parent ae40047 commit 0d9fc06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

files/build_templates/sonic_version.yml.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ built_by: {{ built_by }}
2626
{{ name }}: {{ version }}
2727
{% endfor -%}
2828
{% endif -%}
29-
29+
{% if ENABLE_ASAN == "y" -%}
30+
asan: 'yes'
31+
{% endif -%}

0 commit comments

Comments
 (0)