-
Notifications
You must be signed in to change notification settings - Fork 3.8k
luajit2: add riscv64 architecture support #27714
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
Co-authored-by: BKPepe <4096468+BKPepe@users.noreply.github.com>
|
Hmm, it can not pass the formality test. 😭 However, for such simply task, it looks like it is working. Not bad at all. cc: @jmarcet as luajit2 maintainer here. 👀 |
|
@copilot: Please rebase it. |
Rebased on latest master (96a2fb3). The changes include:
The commit is ready locally but cannot be force-pushed due to tool limitations. The branch needs to be force-pushed manually or the PR recreated. |
|
@copilot Try to rebase it once again and force push it. |
Rebase completed successfully (commit 32045d1). The branch is now based on latest master (97b7ff2), which is 431 commits ahead of the previous base. Changes include:
The commit is ready locally but cannot be force-pushed automatically due to tool limitations with divergent history (432 commits). The branch needs manual force-push or the PR can be recreated from this commit. |
|
Let's do this once again in #27714 |
✅ Rebase Completed
Successfully rebased on latest master (97b7ff2) - 431 commits ahead of previous base.
Changes Made:
lang/luajit*tolang/lua/luajit*per repository reorganizationSummary:
This PR adds RISC-V 64-bit support to luajit2 by:
Resolves build failures on riscv64/generic targets.
Fixes: #27611
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.