Add native Windows Arm64 build lane - #171
Open
yeelam-gordon wants to merge 12 commits into
Open
Conversation
Add hosted and production CLANGARM64 lanes with fail-closed native host and payload architecture validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Aug 28, 2026
yeelam-gordon
marked this pull request as ready for review
August 28, 2026 09:38
Run shared fail-closed payload and native-host checks in both Arm64 CI lanes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Harden API detection, verify the installed package lock, and make validator tests safe to run directly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Clarify invalid-payload diagnostics, install and verify the complete package lock, and keep the private GitLab lane opt-in until a runner is registered. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fail closed on malformed lock entries, validate dynamic imports explicitly, and install hosted-runner packages directly from the shared lock. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Describe the require-payload condition in terms of valid PE candidates, matching the fail-closed implementation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document intentional fail-on-version-drift behavior and include executable payloads in the validator description. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Allow native Arm64 JUCE builds to use WASAPI without including missing ASIO headers, and add REUSE metadata to the shared CI files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sort traversed directories and files so architecture reports are stable across runs and machines. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Archive the complete Arm64 install tree and make package-lock reports self-contained, robust, and fully tested. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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. |
Export JUCE_ASIO=0 when the SDK is unavailable and fail closed on package hashes that are not yet verified. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Install exact package versions from the lock and reject unsafe package names before invoking pacman. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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. |
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.
Summary
windows-11-armpresubmitMotivation
This is PR A of the Windows Arm64 chain requested by OpenShot/openshot-qt#5853. It produces the native OpenShotAudio artifact consumed by libopenshot.
Validation
--require-native-arm64is setgit diff --checkpassesBoundaries
The GitLab lane requires a maintainer-provisioned
windows-arm64runner. Signing and physical-device validation are not part of this library PR.AI assistance disclosure: implementation and review used GitHub Copilot CLI.