Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
The same answers as #1426 apply here. |
Beta Was this translation helpful? Give feedback.
-
"I've been following the discussions and pull requests concerning new architecture support for manylinux, particularly at #1426. Since s390x and RISC-V builds are feasible via emulation, I wanted to inquire about the possibility of adding support for LoongArch. This architecture has recently gained official support in Alpine Linux, and Debian's sid branch already provides packages for it. It's also worth noting that we can readily perform builds using the loongarch64/debian Docker image available at https://hub.docker.com/r/loongarch64/debian. This process is indeed feasible, and we even maintain manylinux image artifacts in our unofficial Docker image repository: https://lcr.loongnix.cn/repository/pypa/manylinux_2_38_loongarch64. Any consideration for LoongArch would be greatly appreciated!" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[BackGround]
LoongArch is a new RISC ISA, which is independently designed by Loongson Technology.
LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit version (LA64), and loong64 is the 64-bit version of LoongArch.
LoongArch documentation: https://github.com/loongson/LoongArch-Documentation.git
Alpine support: https://alpinelinux.org/posts/Alpine-3.21.0-released.html
Debian sid: https://wiki.debian.org/ArchiveQualification/loong64
docker buildx already support loongarch64 in x86_64 platform
[What do I want to do]
Provide the ci pipeline build part of loongarch
Beta Was this translation helpful? Give feedback.
All reactions