Add env.py to hashed/cached files

This commit is contained in:
Alexis Métaireau 2025-01-13 14:50:09 +01:00
parent 23f10778ef
commit ca5cacaf2e
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -290,6 +290,7 @@ def get_build_dir_sources(distro, version):
sources = [
git_root() / "pyproject.toml",
git_root() / "uv.lock",
git_root() / "dev_scripts" / "env.py",
git_root() / "dev_scripts" / "storage.conf",
git_root() / "dev_scripts" / "containers.conf",
]