build(whisper): verify portable dynamic runtime - #68
Merged
Conversation
Split the rollout into six ordered PRs with unit, live, performance, review, and merge evidence. Record the architecture decisions and the plan-check result.
Build the pinned receipt runtime with portable CPU dispatch, a dynamic Vulkan module, deterministic timestamps, and stable compiler paths. Add a strict package receipt and runtime verifier for the CMake contract, staged files, backend loading, and ELF resolution.
Preserve the red baseline, build attempts, reproducibility runs, focused checks, full repository gates, and the append-only PR 16.1 decision trail.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 96bfec4b22
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Contributor
Author
Root shipping verdictPASS at This verdict applies only to this exact head. A new commit voids it. Independent lanes
Exact identities
Exact-head GitHub evidence
Deliberate phase boundaries
Reviewed independently by four |
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
Echo's qualified Vulkan runtime used whisper.cpp's host-native CPU default. That tied its instruction set to the build laptop and provided no machine-readable build contract.
This phase creates a portable Linux x86_64 runtime package before Echo changes production GPU selection.
Scope
Tradeoffs
The portable bundle grows by 14.2 MB before compression because it includes fourteen CPU implementations. The growth is smaller than the variant files themselves because the old native CPU module is removed.
The receipt is an unsigned build observation. PR 16.2 will bind its digest into trusted release metadata.
The runtime requires GLIBC 2.38, GLIBCXX 3.4.32, and CXXABI 1.3.9. Debian Bookworm has GLIBC 2.36, so the evidence records it as an unsupported ABI instead of claiming universal Linux support.
Blast radius
This changes the qualification runtime builder, verifier, and evidence replay. It does not change production runtime selection, installed models, microphone handling, or decoding.
Malformed receipts, missing or symlinked required modules, duplicate inventory rows, changed runtime bytes, unsupported ELF identities, loader escapes, and tagless pinned source clones now have deterministic tests.
Verification
317aa0de89d05f1abd6a4fd7bd8d993cdaa2b4946f131212ba04de321b5e1e32and receipt SHA-256f3e0e18872f9587bf5e3113ad7d6b715bbbca621a26aa1bafdfa17575a1566cc.f76c7b7ffe1d76ef6470300bb6d66b33433f3600ad1e964e181af699865af28f.The durable evidence lives in
.audit/pr16-1-summary.jsonand.audit/pr16-1-evidence/.