Skip to content

Commit 91bcfd5

Browse files
committed
[asan] add asan flag to sonic_version.yml
Signed-off-by: Yakiv Huryk <[email protected]>
1 parent 31a2b69 commit 91bcfd5

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
@@ -23,4 +23,6 @@ built_by: {{ built_by }}
2323
{{ name }}: {{ version }}
2424
{% endfor -%}
2525
{% endif -%}
26-
26+
{% if ENABLE_ASAN == "y" -%}
27+
asan: 'yes'
28+
{% endif -%}

0 commit comments

Comments
 (0)