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

Allow installation of manylinux wheels on loongarch64 #10927

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

wojiushixiaobai
Copy link
Contributor

@wojiushixiaobai wojiushixiaobai commented Jan 24, 2025

Summary

auditwheel is capable of generating loongarch64 wheels for manylinux_2_38 and above. Here we modify uv-platform-tags so that those wheels can be installed using uv.

Test Plan

      - name: Setup QEMU
        run: docker run --rm --privileged ghcr.io/loong64/qemu-user-static --reset -p yes

      - name: Build wheels
        uses: loong64/cibuildwheel@main
        env:
          CIBW_MANYLINUX_LOONGARCH64_IMAGE: manylinux_2_38
          CIBW_ARCHS: loongarch64

Copy link
Member

@konstin konstin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@konstin konstin added the enhancement New feature or improvement to existing functionality label Jan 24, 2025
@konstin konstin merged commit 57a2740 into astral-sh:main Jan 24, 2025
73 checks passed
wojiushixiaobai added a commit to loong64/pypi that referenced this pull request Jan 24, 2025
wojiushixiaobai added a commit to loong64/pypi that referenced this pull request Jan 25, 2025
messense pushed a commit to PyO3/maturin that referenced this pull request Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants