From 1298e9c3981d160d63a5992ba97521c644b1cbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 14:20:06 +0100 Subject: [PATCH] build: add `build_scripts/env.py` to the hashed files It contains information that define the build environments, and as such, modifying it should result in a new release of the dev containers. --- dev_scripts/env.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_scripts/env.py b/dev_scripts/env.py index dcbb79a..ff4e489 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -292,6 +292,7 @@ def get_build_dir_sources(distro, version): sources = [ git_root() / "pyproject.toml", git_root() / "poetry.lock", + git_root() / "dev_scripts" / "env.py", git_root() / "dev_scripts" / "storage.conf", git_root() / "dev_scripts" / "containers.conf", ]