lucid-kv / lucid

High performance and distributed KV store w/ REST API. 🦀
https://clintnetwork.gitbook.io/lucid/
MIT License
373 stars 31 forks source link

Failed to compile on Apple chip M1 #77

Closed imajinyun closed 2 years ago

imajinyun commented 2 years ago

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.

BRAVO68WEB commented 2 years ago

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

imclint21 commented 2 years ago

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