commit | 1a06dd258782ab7956700dc37d5ae28dfebbb0f3 | [log] [tgz] |
---|---|---|
author | Charlie Bareham <charlie.bareham@arm.com> | Mon Jun 17 10:47:55 2024 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Tue Jul 30 10:26:07 2024 +0000 |
tree | 13604b10ec8f047904c8790c9f0f542f0e7ebe7e | |
parent | 403bdbdb06f0197a84020febdd20f047b61f15d2 [diff] |
build: make poetry use existing lock file This makes the build reproducible. When `make dev-install` was run, it would ignore the existing poetry lock file, install different versions of all the libraries, then overwrite the lock file. Once `--no-update` is added, it stops doing that, and installs exactly what is in the poetry lock file. Change-Id: If62637a40504d23deb47a05347a272e1c13bf41e Signed-off-by: Charlie Bareham <charlie.bareham@arm.com>