Unverified Commit eef00ea7 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Switch to new kvdb-rocksdb (#4186)



* Switch to new rocksdb with some hacks to resolve linking errors

Rocksdb and `wasmtime-environ` both link `zstd`. In the final link step,
this leads to linking errors because of duplicate symbols. The linked
Rocksdb fixes this by using `zstd-sys` as well. However, this currently
also requires modifications in `zstd-sys`. Someone will need to come up
with a better implementation.

* Switch to new version of kvdb-rocksdb

* Update client/db/src/utils.rs

Co-Authored-By: default avatarShawn Tabrizi <[email protected]>
parent c9e964f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment