Compile latest luajit from git repository#6
Conversation
There was a problem hiding this comment.
Thanks for opening this pull request! Be sure to follow the pull request template!
|
I am a bot, here are the test results for this PR:
|
|
confirming what @cyberplant wrote as I am affected in the same way. would be great if this would get reviewed / approved, is there anything that could be done to facilitate this? |
|
@cyberplant sorry this got overlooked. Please add an entry to the changelog in the readme-vars and then I'm happy to merge this. |
440b979 to
47bf7e3
Compare
Done, does it look good? |
|
I am a bot, here are the test results for this PR:
|
Description:
The LuaJIT that is compiled on alpine has some math bugs that have been solved in the git LuaJIT.
These bugs are preventing Luanti to start when using some games that make good use of the JIT component.
For example, trying to start latest game mineclonia with the latest luanti image on ARM fails with this error:
Benefits of this PR and context:
Using latest LuaJIT from git fixes these bugs.
How Has This Been Tested?
Have built the docker image on my Raspberry Pi 4 and checked that the errors reported before are gone.
Source / References: