Skip to content

Commit

Permalink
build: add build_scripts/env.py to the hashed files
Browse files Browse the repository at this point in the history
It contains information that define the build environments, and as such, modifying it should result in a new release of the dev containers.
  • Loading branch information
almet committed Jan 6, 2025
1 parent e4003ee commit 3e6c9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev_scripts/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 3e6c9da

Please sign in to comment.