deps: Add cmake

PyPI has no arm64 macOS wheel for keystone-engine, so pip builds it
from the sdist, whose make-share.sh invokes cmake directly. Without
it the build fails silently and installs bindings with no native
library, which is what the libkeystone repair recovers from.
This commit is contained in:
zqxwce
2026-08-05 18:24:56 +03:00
committed by zqxwce
parent 5d22d3ed23
commit 545fd35e0f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ ensure_repo_submodule() {
echo "[1/4] Checking brew packages..."
BREW_PACKAGES=(aria2 gnu-tar openssl@3 ldid-procursus sshpass zstd)
BREW_PACKAGES=(aria2 gnu-tar openssl@3 ldid-procursus sshpass zstd cmake)
BREW_MISSING=()
for pkg in "${BREW_PACKAGES[@]}"; do