| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the github-actions group with 1 update: [luarocks/gh-actions-lua](https://github.com/luarocks/gh-actions-lua).
Updates `luarocks/gh-actions-lua` from 13 to 14
- [Release notes](https://github.com/luarocks/gh-actions-lua/releases)
- [Commits](https://github.com/luarocks/gh-actions-lua/compare/85e2287697275df96334743ac654241a8fd34ab3...56eba09993704b908cc3c7c2753e630d18cb9696)
---
updated-dependencies:
- dependency-name: luarocks/gh-actions-lua
dependency-version: '14'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
| |
See #1909.
|
| |
|
|
| |
Fixes
* https://github.com/luarocks/luarocks/pull/1912#discussion_r3772314224
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps the github-actions group with 1 update: [luarocks/gh-actions-lua](https://github.com/luarocks/gh-actions-lua).
Updates `luarocks/gh-actions-lua` from 12 to 13
- [Release notes](https://github.com/luarocks/gh-actions-lua/releases)
- [Commits](https://github.com/luarocks/gh-actions-lua/compare/fc6f8de246f8c01f6e1a56a1b851143e23370ff3...85e2287697275df96334743ac654241a8fd34ab3)
---
updated-dependencies:
- dependency-name: luarocks/gh-actions-lua
dependency-version: '13'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* chore(deps): bump lua-zlib to 1.4
* refactor: adjust static lib for `lua-zlib` 1.4 rockspec
* refactor(ci): remove unused copy of zlib import lib for MSVC
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Changes worth noting:
* following `leafo/gh-actions-lua`, `luarocks/gh-actions-lua` and `luarocks/gh-actions-luarocks`, changed the action to setup MSVC from `ilammy/msvc-dev-cmd` to `step-security/msvc-dev-cmd` due warnings related to the use of EOL nodejs versions;
* replaced actions from `hishamhm` acc to `luarocks` org acc.
|
| | |
|
| | |
|
| |
|
|
|
| |
We only need to check that build_spec.lua works in all combinations.
This should provide enough coverage.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This should fix our CI failure
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
On every tagged release of LuaRocks, there is the need to update LuaRocks version at [https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13](https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13) in the repository [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks). Often forgotten, the default LuaRocks version on `gh-actions-luarocks` may lag behind the latest LuaRocks release.
Motivated by this comment [https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378](https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378), to address this problem, incorporating the changes on this pull request, a new workflow was created to proceed in the following manner:
1. Once a tag is pushed (in the usual format `vX.Y.Z`) on [https://github.com/luarocks/luarocks](https://github.com/luarocks/luarocks), or in a manual workflow triggered by the tag ref, a sanitization step is performed to extract `X.Y.Z` from the `vX.Y.Z` in the job `SanitizeVersion`;
2. In a subsequent job (`CreatePullRequest`), a PR is created at [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks) replacing the outdated version by the value `X.Y.Z` extracted earlier.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
...to get rid of the GitHub Actions warning about Node.js 16
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
See my Codecov bug report at
https://community.codecov.com/t/coverage-ui-off-by-one-when-file-starts-with-a-blank-line/3516/2
|
| |
|