Skip to content

Unexpected PyPy wheel for Linux aarch ABI3 build #2852

@linhr

Description

@linhr

I'm using Maturin to release ABI3 wheels. Here is the corresponding GitHub Actions workflow file:

https://github.com/lakehq/sail/blob/611daf6b92433eaedb428ab4cbf2679241bacaf0/.github/workflows/release.yml#L186

Previously (v1.9.6), for the aarch64 target on Linux, a single wheel tagged cp38-abi3-manylinux_2_24_aarch64 was generated.

This week, using the latest version (v1.10.1), besides the expected wheel, another wheel tagged pp39-pypy39_pp73-manylinux_2_24_aarch64 was generated.

In my setup, the Linux aarch64 build runs inside containers on x86_64 hosts.

Here is a comparison of the published wheel list:

Is this something that could be fixed?

(I skimmed through the changelog and this change seems most relevant to me: #2829. But I don't have a clear story of what's going on here.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions