We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a2b69 commit 91bcfd5Copy full SHA for 91bcfd5
files/build_templates/sonic_version.yml.j2
@@ -23,4 +23,6 @@ built_by: {{ built_by }}
23
{{ name }}: {{ version }}
24
{% endfor -%}
25
{% endif -%}
26
-
+{% if ENABLE_ASAN == "y" -%}
27
+asan: 'yes'
28
+{% endif -%}
0 commit comments