dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 68 forks source link

chore: Support RISCV64 #505

Closed LyonRust closed 1 month ago

LyonRust commented 1 month ago

The file libraries/extensions/download/Cargo.toml has a reqwest dependency with a version number of 0.11.12. This package enables the rustld-tls feature. rustls depends on ring, and ring already supports RISCV64 in the latest version 0.17.

Upgrade reqwest to the latest version 0.12.4 to support RISCV64.

Reviewed-by: LyonRust

For screenshots of the verified content, see https://echoli.cn/dora/riscv64.html