build(plugin): add Python-free musl native artifacts - #796
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
I see the correction in 12303d2. The validator now attributes version requirements to their providing libraries, including the The current hosted arm64 musl job is still running. Holding approval until this head passes the ELF check, runs the same artifact through the Node 20 and 22 proofs, and uploads the verified artifact. The previous head stopped before the runtime proofs and upload; the new native-runner result will verify the fix. |
mldangelo-oai
left a comment
There was a problem hiding this comment.
Reviewed the validator correction in 12303d2. The hosted arm64 musl job now passes ELF validation, runs the same artifact successfully on Node 20.0.0 and 22.13.0, and uploads the verified artifact. Both musl architectures and the current SDK CI run pass on this head. This clears my earlier approval hold.
Summary
Prepare native OS primitives for Linux installations that use musl, so the TypeScript migration can preserve Alpine support.
Changes
Testing
Risk and rollout
Stacked on #795. This prepares build artifacts; product commands continue using their existing helpers. Universal package assembly and platform proofs remain required before TypeScript callers replace Python.
Public disclosure review