lexiforest / curl-impersonate

An active fork of curl-impersonate with more versions and build targets.
MIT License
59 stars 13 forks source link

Fix invalid NEON instructions for armv6 Raspberry Pi's #49

Closed bjia56 closed 6 months ago

bjia56 commented 6 months ago

Fixes how flags are passed to Zig so proper armv6 code is generated by the compiler.

Attempts to resolve issues reported in https://github.com/yifeikong/curl_cffi/issues/124

bjia56 commented 6 months ago

@yifeikong can you please try running the latest build's artifacts on your armv6 and see if the issue is resolved?

perklet commented 6 months ago

Works like a charm.

bjia56 commented 6 months ago

I'm going to clear the github actions cache later today, before merging this in. Existing caches may have bad code, so that should get correct builds going forward