fix(runtime): refresh runtime packaging dependencies - #316
Merged
Merged
Conversation
Refreshes runtime packaging for current ik_llama and llama.cpp builds by collecting required nested shared libraries, including SONAME loader names, into packaged runtime slots. Includes requirements files in the remote Pi build checkout so runtime build/install workflows can run from /tmp/potato-os. Installs libvulkan1 during development installs so LiteRT-LM 0.12.0 can load its native runtime dependency on Pi. Closes #315 Test evidence: - uv run python -m pytest tests/unit tests/api -q -n auto: 582 passed - npx playwright test tests/ui/runtime.spec.js tests/ui/settings.spec.js --reporter=dot --timeout=15000: 35 passed - Runtime publish dry-runs produced ik_llama and llama_cpp tarballs - Real Pi QA passed for ik_llama, llama_cpp, runtime switching, and LiteRT chat smoke
slomin
force-pushed
the
chore/issue-315-refresh-runtimes
branch
from
May 18, 2026 20:04
104fec2 to
66b6b69
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.
Summary
Closes #315
Runtime releases
Test evidence
Pi QA
Notes