ci: add build-llama workflow (patched R-SWA llama-server) - #1
Merged
Conversation
Builds llama-server from the unmerged llama.cpp PR #24975 (Unlimited-OCR R-SWA) for macOS arm64/x64, Linux x64, Windows x64; repackages each as .zip and publishes to a dedicated llama-rswa-<date> prerelease. Manual dispatch; pins an exact commit SHA for reproducibility. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
.github/workflows/build-llama.yml: a manual (workflow_dispatch) job that buildsllama-serverfrom the unmerged llama.cpp PR #24975 (Unlimited-OCR R-SWA) for macOS arm64/x64, Linux x64, Windows x64, repackages each as.zip, and publishes them to a dedicatedllama-rswa-<date>prerelease.Why merge this first:
workflow_dispatchworkflows are only runnable once the file is on the default branch. This PR only adds the workflow (no other changes); the source/PINS changes that consume its output are a separate follow-up.After merge: run Actions → build-llama with
llama_commit=649864fc6ba2fee8b7800b819808b94ef609dc9eandrelease_tag=llama-rswa-<date>, then fill the four sha256s intosrc/tools/mod.rs.🤖 Generated with Claude Code