-
Notifications
You must be signed in to change notification settings - Fork 337
feat: support for loong64 linux #4163
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
Signed-off-by: Zhou Qiankang <[email protected]>
Updated the branch, as we now have a new version of rattler that supports this. |
* Backport loong64 support in rattler: conda/rattler@e9152cd * Backport loong64 support in pixi: prefix-dev/pixi#4163 * Add our trampoline binary * Skip failed tests caused by lack of wheel packages upstream Signed-off-by: Zhou Qiankang <[email protected]>
It has been successfully built on Arch Linux for Loong64 now with this PR applied and the trampoline binary manually downloaded. |
thanks all! |
CI failed on main after merging this:
|
So what should we do? Add the trampoline binary manually? |
Does the trampoline binary file need to be updated by the bot? |
@nichmor did you do this manually last time? |
LoongArch is a new RISC ISA developed by loongson. There are already a lot of community support and testing about it.
I've added support of loong64 upstream in conda/rattler#1534 so we may take it forward now.