Add native Windows Arm64 audio build readiness - #171
Open
yeelam-gordon wants to merge 1 commit into
Open
Conversation
This was referenced Aug 28, 2026
yeelam-gordon
marked this pull request as ready for review
August 28, 2026 09:38
Author
|
Automated review is being run on mirror PR yeelam-gordon#1. Findings and fixes are pushed to this same head branch. A GitHub-hosted Windows Arm64 workflow has exercised the native CLANGARM64 configure/build path; final current-head CI remains queued. |
Author
|
Native hosted Windows Arm64 evidence: workflow https://github.com/yeelam-gordon/libopenshot-audio/actions/runs/33169651801 attempt 2 passed the complete CLANGARM64 package install, configure, compile, test, install, and architecture-validation job. |
Add hosted and production CLANGARM64 lanes, fail-closed native-host/package validation, exact dependency locking, and ASIO-optional JUCE configuration while preserving existing architectures. AI assistance disclosure: implementation and review used GitHub Copilot CLI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
yeelam-gordon
force-pushed
the
feature/windows-arm64-native
branch
from
September 1, 2026 05:33
7cc009a to
d171849
Compare
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.
Scope: Windows Arm64 pre-action readiness
This PR adds the native Arm64 build foundation for OpenShotAudio. It does not attempt upstream signing, publication, or release ownership.
Changes
windows-11-armpresubmitJUCE_ASIO=0when the SDK is unavailable) while retaining WASAPIEvidence
Dependency order
This is PR A. OpenShot/libopenshot#1089 consumes its Arm64 artifact.
Post-actions owned by maintainers
Production GitLab runner registration, signing, release publication, and official support announcement.
AI assistance disclosure: implementation and review used GitHub Copilot CLI.