chore(ci): drop Windows ARM64 build target (openblas-src unbuildable)#12
Merged
Conversation
The win-arm64 build fails at `openblas-src v0.10.15` build.rs — the BLAS backend pulled in transitively by speakrs -> ndarray-linalg (added for diarization) has no prebuilt OpenBLAS for win-arm64 and can't build from source on the runner. This broke the v1.1.2 release (7/8 targets shipped). Remove the target from all four build matrices (release / main-build / pr-test-build / build-test). The remaining 7 targets (2 macOS, 2 Windows x64 nsis+msi, 3 Linux) cover the actual userbase. The win-arm64 CMAKE cross-compile env block in build.yml is left as harmless dead code (gated on a target no matrix now passes) for an easy re-add if the BLAS backend is ever made win-arm64-friendly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
master5d
added a commit
that referenced
this pull request
Jun 3, 2026
Ships the Transcribe File UX fixes (#13): no ffmpeg console-window flash on Windows, and run state (progress/result/saved-to) persisted in a store so a long transcription survives switching settings tabs. First release after the win-arm64 target drop (#12), so all 7 targets should be green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The v1.1.2 release shipped 7/8 targets —
aarch64-pc-windows-msvc(Windows ARM64) failed atopenblas-src v0.10.15build.rs. The BLAS backend is pulled in transitively by speakrs → ndarray-linalg (added for diarization in #7); there is no prebuilt OpenBLAS for win-arm64 and it can't build from source on the runner. v1.1.0/v1.1.1 had all 8 because they predated diarization.What
Remove
windows-11-arm/aarch64-pc-windows-msvcfrom all four build matrices:release.yml,main-build.yml,pr-test-build.yml,build-test.yml. The remaining 7 targets (2 macOS, Windows x64 nsis+msi, 3 Linux) cover the real userbase.The win-arm64 CMAKE cross-compile env block in
build.ymlis left as harmless dead code (gated on a target no matrix now passes) for an easy re-add if the BLAS backend is ever made win-arm64-friendly.Result
Release / main-build / PR builds go fully green (no more 1/8 red).
🤖 Generated with Claude Code