yifeikong / curl-impersonate

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

Add riscv64 target #41

Open bjia56 opened 5 months ago

bjia56 commented 5 months ago

The goal is to run curl-impersonate binaries and curl_cffi wheels on general purpose RISC-V SBCs.

bjia56 commented 5 months ago

The Zig compiler has a few bugs for riscv64. There are some hacks that I used to get a riscv64 Python built, which could be incorporated into the CI for curl-impersonate: https://github.com/bjia56/portable-python/pull/22

Alternatively, wait for upstream support when this issue is resolved: https://github.com/ziglang/zig/issues/3340