From bfef697bc54e8ba0e05389074ee74433fa8decda Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 15 Jun 2025 16:05:15 +0200 Subject: [PATCH] CI: Bump the expected LuaRocks version to v3.12.0 This release includes a fix for the "main function has more than 65536 constants" error. It's apparently caused by the manifest file becoming too large for LuaJIT too handle. --- .github/static-analysis.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/static-analysis.env b/.github/static-analysis.env index e0bcd5ac8..1902982e1 100755 --- a/.github/static-analysis.env +++ b/.github/static-analysis.env @@ -1,4 +1,4 @@ EVO_CPPCHECK_VERSION=2.16.0 EVO_SELENE_VERSION=0.27.1 -EVO_LUAROCKS_VERSION=3.11.1 +EVO_LUAROCKS_VERSION=3.12.0 EVO_LUACHECK_VERSION=1.2.0-1 \ No newline at end of file