Skip to content

Commit

Permalink
[asan] add asan flag to sonic_version.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yakiv Huryk <[email protected]>
  • Loading branch information
Yakiv-Huryk committed Mar 14, 2022
1 parent 31a2b69 commit 91bcfd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/build_templates/sonic_version.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ built_by: {{ built_by }}
{{ name }}: {{ version }}
{% endfor -%}
{% endif -%}

{% if ENABLE_ASAN == "y" -%}
asan: 'yes'
{% endif -%}

0 comments on commit 91bcfd5

Please sign in to comment.