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