compile_templates
is non-deterministic on {% import ... as ... with context %}
#1452
Milestone
compile_templates
is non-deterministic on {% import ... as ... with context %}
#1452
Following code generates non-deterministic compiled output.
Chromium uses jinja2 for code generator during build, and this breaks Reproducible builds when we are switching to python3.
Some more context is in https://crbug.com/1194274
Environment:
Python 3.9.2
3.0.1
The text was updated successfully, but these errors were encountered: