komora-io / marble

garbage-collecting on-disk object store, supporting higher level KV stores and databases.
Apache License 2.0
352 stars 12 forks source link

zstd-safe causing build to fail #15

Open LevKruglyak opened 5 months ago

LevKruglyak commented 5 months ago

Due to some dependency issue with a zstd dependency, Marble fails to build.

To replicate

Clone Marble, and just run cargo build --release

Error message

Screenshot 2024-04-02 at 3 20 58 PM
huang12zheng commented 5 months ago

update to lastest, and do some modify that would solve.