ci: fix LuaRocks runtime publishing #389
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/cp.nvim!389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/fix-luarocks-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Forgejo LuaRocks runtime check exposed two issues: the stable workflow tried to run an upstream flake package that only exists for x86_64-linux, while the runners are aarch64-linux; and nightly upload verification could fail even after upload when the global dev manifest lagged the uploader manifest.
Solution
Replace the stable release action with a local Forgejo-compatible LuaRocks publish script, keep the rendered context as deploy / LuaRocks, and make nightly verification accept either the global dev manifest or the barrettruth uploader manifest.