-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
luajit: LuaJIT has a "rolling release" where we should follow git HEAD #25299
Comments
I refreshed patches, take a look at here: https://github.com/Ra2-IFV/openwrt-packages/tree/feat_update-luajit |
You create the pull request? Or let me do this |
Also I kinda did the same changes as #25336, this may cause conflicts but very easy to solve |
@Ra2-IFV - Please create a PR since you did the work. |
LuaJIT has a "rolling release" where we should follow git HEAD[1]. I believe that the currently tagged version is tracking code from 2017. This PR updates the Makefile to latest HEAD. Closes openwrt#25299 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
LuaJIT has a "rolling release" where we should follow git HEAD[1]. I believe that the currently tagged version is tracking code from 2017. This PR updates the Makefile to latest HEAD. Closes openwrt#25299 1. https://luajit.org/download.html Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
LuaJIT has a "rolling release" where we should follow git HEAD[1]. I believe that the currently tagged version is tracking code from 2017. This PR updates the Makefile to latest HEAD. Closes openwrt#25299 1. https://luajit.org/download.html Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
LuaJIT has a "rolling release" where we should follow git HEAD[1]. I believe that the currently tagged version is tracking code from 2017. This PR updates the Makefile to latest HEAD. Closes openwrt#25299 1. https://luajit.org/download.html Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
Maintainer: @milani
Environment: build system
Description: LuaJIT has a "rolling release" where we should follow git HEAD[1]. I believe that the currently tagged version is tracking code from 2017. Can we update our package to track HEAD? I made an attempt to modify it based off
lang/luajit2/Makefile
but the patches need a refresh.The text was updated successfully, but these errors were encountered: