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 29, 2022
1 parent ae40047 commit 0d9fc06
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 @@ -26,4 +26,6 @@ built_by: {{ built_by }}
{{ name }}: {{ version }}
{% endfor -%}
{% endif -%}

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

0 comments on commit 0d9fc06

Please sign in to comment.