Skip to content

Commit 911b41a

Browse files
committed
fix(os): include host packages in dev cache key
1 parent e9a8ffc commit 911b41a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

os/mkosi/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ build_one() {
4848
gcc --version | head -1; ld --version | head -1; go version
4949
rustc --version; cargo --version; cmake --version | head -1
5050
make --version | head -1; pahole --version; tar --version | head -1
51+
python3 --version; ninja --version; autoconf --version | head -1
52+
automake --version | head -1; zstd --version | head -1
53+
dpkg-query -W -f='${binary:Package}=${Version}\n' | sort
5154
} | sha256sum | cut -d' ' -f1)
5255
fi
5356
component_key() {

0 commit comments

Comments
 (0)