Skip to content

CI: run hererocks on multiple OSes and Lua and Luarocks versions#57

Open
cclauss wants to merge 2 commits into
luarocks:masterfrom
cclauss:patch-1
Open

CI: run hererocks on multiple OSes and Lua and Luarocks versions#57
cclauss wants to merge 2 commits into
luarocks:masterfrom
cclauss:patch-1

Conversation

@cclauss

@cclauss cclauss commented Jul 5, 2026

Copy link
Copy Markdown

Mostly works as expected, but some lessons learned:

  • hererocks lua --lua=5.5 # Fails
  • hererocks lua --lua=5.4 --luarocks=latest # Installs luarocks 3.8.0, not 3.13.0
  • hererocks lua --lua=5.4 --luarocks=3.13.0 # Fails
  • lua\bin\activate.bat # Windows fails to add 'lua/bin' to $PATH.

cclauss added 2 commits July 5, 2026 10:17
Mostly works as expected, but some lessons learned:
* [ ] `hererocks lua --lua=5.5 ` # Fails
* [ ] `hererocks lua --lua=5.4 --luarocks=latest ` # Installs luarocks 3.8.0, not 3.13.0
* [ ] `hererocks lua --lua=5.4 --luarocks=3.13.0  # Fails
* [ ] `lua\bin\activate.bat ` # Windows fails to add 'lua/bin' to $PATH.
Added support for the latest Lua version in CI workflow and updated the pypi parameter for testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant