Add native voice dependency build recipe - #41890
Merged
copyberry[bot] merged 1 commit intoAug 31, 2026
Merged
Conversation
## Why The pinned voice source inputs can be prepared but do not yet provide compiled native libraries for downstream integration. ## What changed - Add `build_native.py` to build a shared-library prefix for the supported voice dependencies on native x64 and ARM64 GNU/Linux, macOS, and Windows MSVC hosts. - Require explicit toolchain inputs, isolate dependency discovery to the output prefix, and record command logs and build state for provenance and failures. - Expose the recipe and source inputs through `//third_party/voice:build_inputs` and document its prerequisites, outputs, and integration boundaries. ## Testing - `PYTHONSAFEPATH=1 python3 -m unittest discover -s third_party/voice -p 'test_build_native.py'` GitOrigin-RevId: 132d93561a8e1bb178518f1248cf87d031060aae
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/132d93561a8e1bb178518f1248cf87d031060aae
branch
from
August 31, 2026 18:06
436e17f to
fc7d34a
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/132d93561a8e1bb178518f1248cf87d031060aae
branch
August 31, 2026 18:07
quaternion7
temporarily deployed
to
issue-triage
August 31, 2026 18:23 — with
GitHub Actions
Inactive
quaternion7
temporarily deployed
to
issue-triage
August 31, 2026 18:23 — with
GitHub Actions
Inactive
quaternion7
temporarily deployed
to
issue-triage
August 31, 2026 18:23 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add native voice dependency build recipe
Why
The pinned voice source inputs can be prepared but do not yet provide compiled
native libraries for downstream integration.
What changed
build_native.pyto build a shared-library prefix for the supported voicedependencies on native x64 and ARM64 GNU/Linux, macOS, and Windows MSVC hosts.
prefix, and record command logs and build state for provenance and failures.
//third_party/voice:build_inputsand document its prerequisites, outputs, and integration boundaries.
Testing
PYTHONSAFEPATH=1 python3 -m unittest discover -s third_party/voice -p 'test_build_native.py'