[eric] voice: bundle per-arch whisper-server into the mac build (pinned v1.7.6, static + non-system-dylib gate; model stays the proven first-run download)

This commit is contained in:
ciregenz
2026-07-28 17:27:05 -07:00
parent 37bd642a48
commit 35a281f4ad
3 changed files with 72 additions and 1 deletions
+3
View File
@@ -499,6 +499,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
bash scripts/build-mouseclamp.sh x64
bash scripts/build-haptics.sh arm64
bash scripts/build-haptics.sh x64
echo "Building whisper-server for dictation (arm64 + x64)..."
bash scripts/build-whisper.sh arm64
bash scripts/build-whisper.sh x64
fi
# Node's default ~4 GB heap OOMs while codesign'ing the .app on dual-arch