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 32-bit wheels for Linux and Windows #207

Closed
T-256 opened this issue Jan 4, 2024 · 3 comments
Closed

Add 32-bit wheels for Linux and Windows #207

T-256 opened this issue Jan 4, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@T-256 T-256 added the enhancement New feature or request label Jan 4, 2024
@perkfly perkfly added this to the v0.6 milestone Jan 11, 2024
@T-256
Copy link
Contributor Author

T-256 commented Jan 19, 2024

32-bit Windows has been added to curl-impersonate via lexiforest/curl-impersonate#18

Currently I'm blocked on new release of curl-impersonate to add 32-bit windows wheel for curl-cffi.
@yifeikong Could you publish new beta release for curl-impersonate?

@T-256
Copy link
Contributor Author

T-256 commented Feb 23, 2024

FWIW, I couldn't see linux 32 bit wheels in pypa nor GH releases.

@perkfly
Copy link
Collaborator

perkfly commented Feb 23, 2024

Sorry, I was going to add it, but I don't have a x86 linux machine to figure out the parameters, which was required to read from platform.uname. It should be easy to add, just fill these entries like this:

        "system": "Linux",
        "machine": "x86_64",
        "pointer_size": 64,
        "libdir": "~/.local/lib",
        "sysname": "linux-gnu",
        "so_name": "libcurl-impersonate-chrome.so",
        "so_arch": "x86_64"

I will come back later when I have time to set up a qemu instance for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants