-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
lib: Enable built-in LuaJIT for s390x #8903
base: master
Are you sure you want to change the base?
Conversation
865d63a
to
0ae1cfc
Compare
Just for my curiosity, how could we test this PR on s390x? Using IBM cloud is necessary to compile and run? |
Plus, without merging s390x patches for LuaJIT on upstream makes difficult to maintain further updates. |
would be great to have these changes in https://github.com/LuaJIT/LuaJIT , as @cosmo0920 said we cannot maintain LuaJIT |
Hi, @cosmo0920 @edsiper,
|
Hi, @cosmo0920, you can use the LinuxONE Community Cloud. The usage is free for Open-Source Developers: |
I searched why the maintainer does not respond for 4 years. And I found that he is mainly responded in the mailing list of LuaJIT: However, the plan is not included s390x architecture: https://luajit.org/status.html#architectures Merging this PR dramatically increases maintenance cost for us. So, I'm not able to agree for this style of request. |
Or, I'm not sure the packaging system on s390x, but #7286 might be helpful to link s390x supported LuaJIT libraries. If we had this support, your issue will be resolved? WDYT? |
Hi, @cosmo0920 , I have tried #7286 on s390x and it works, please help to merge it and I will close this PR here. |
dc91d58
to
bdfb2a8
Compare
Signed-off-by: YingJie Fu <[email protected]>
Signed-off-by: YingJie Fu <[email protected]>
bdfb2a8
to
ff90d2d
Compare
Resolved the code conflicts. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR will build luajit for s390x
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.