Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

inject-checksums is platform-dependent in pythonbundles without arch templates #913

Open
surak opened this issue Jan 5, 2025 · 0 comments

Comments

@surak
Copy link

surak commented Jan 5, 2025

If there's a ext on a pythonbundle which downloads a arch-dependent wheel, it will inject different checksums depending on where you do the injection.

say, you have an extension

    ('%(name)s', %(version)s', {
        'checksums': ['xxx'],
    }),

And this downloads a py3-none-manylinux2014_x86_64.whl in one, and a -py3-linux_aarch64.whl in another, it will checksum the one for its own platform and fail for the other.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant