lucid-kv / lucid

High performance and distributed KV store w/ REST API. 🦀

Home Page:https://clintnetwork.gitbook.io/lucid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to compile on Apple chip M1

imajinyun opened this issue · comments

The following is the failure information obtained after running cargo run:

error: failed to run custom build command for `ring v0.16.9`

But if I replace the ring package with ring = "0.16.20", it can run. Is it a compatibility problem? thanks.

ring :- v0.16.9 got released 3 years ago without arm66/m1 support. But in its latest editions it works fine

Soon I plan to work again on Lucid, anyway we still need contributors!