-
-
Notifications
You must be signed in to change notification settings - Fork 3
Compile latest luajit from git repository #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: