ci: use LuaRocks action archive fix #393
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!393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/use-luarocks-action-v0.1.3"
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
Nightly LuaRocks publishing is failing in the action test-install step because the generated
scmrockspec rewrites the Forgejo HTTPS URL to the nativegit://protocol. Forgejo is reachable over HTTPS, but the native git protocol times out because the VPS does not serve port 9418.Solution
Use
barrettruth/luarocks-tag-release-forgejo@v0.1.3, which keepsscmrocks on Forgejo archive URLs instead of rewriting them togit://.Validation:
nix flake check --accept-flake-confignix build --accept-flake-config .#luarocks-tag-release-actionbusted spec/rockspec_spec.luawith Nix Luagit diff --check