Skip to content
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

add loongarch64 platform support #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add loongarch64 platform support #522

wants to merge 1 commit into from

Conversation

wxpppp
Copy link

@wxpppp wxpppp commented Dec 20, 2024

When I used the auditwheel tool to repair a wheel package on the LoongArch64 Alpine platform, I encountered an error. So, I added some LoongArch64 platform-related code to support musllinux and manylinux.

PS: Alpine v3.21 has support loongarch64 platform.(https://wiki.alpinelinux.org/wiki/Loongarch64)

@wojiushixiaobai
Copy link

wojiushixiaobai commented Dec 31, 2024

@wxpppp
Hello, can the code be adapted for manylinux_2_34?
It is recommended to support it from manylinux_2_31 like the riscv64 architecture.

GLIBC_2.34

GLIBC_2.36

GLIBC_2.38

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.79%. Comparing base (7d50cf2) to head (1ec5b9f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #522      +/-   ##
==========================================
- Coverage   92.01%   90.79%   -1.22%     
==========================================
  Files          20       20              
  Lines        1315     1315              
  Branches      247      247              
==========================================
- Hits         1210     1194      -16     
- Misses         65       74       +9     
- Partials       40       47       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Weijie Wang <wangweijie@loongson.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants