We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a8ffc commit 911b41aCopy full SHA for 911b41a
1 file changed
os/mkosi/build.sh
@@ -48,6 +48,9 @@ build_one() {
48
gcc --version | head -1; ld --version | head -1; go version
49
rustc --version; cargo --version; cmake --version | head -1
50
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
54
} | sha256sum | cut -d' ' -f1)
55
fi
56
component_key() {
0 commit comments