lexiforest/curl-impersonate

Add riscv64 target

Opened this issue · 1 comments

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

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: bjia56/portable-python#22

Alternatively, wait for upstream support when this issue is resolved: ziglang/zig#3340