nervosnetwork / nervosnetwork/ckb
Enable `librocksdb-sys` to be able to be properly cached in development/CI environment
Open
t:enhancement
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 266
- Avg merge
- 10d 5h
- Merged PRs (30d)
- 4
Description
## Feature Request
#### Is your feature request related to a problem? Please describe.
In the development environment, switching Git branches/commits locally often triggers repeated compilation of `librocksdb-sys`. If we could cache `librocksdb-sys` in the development environment, it would significantly improve the development experience.
1. https://github.com/restatedev/restate/issues/463
2. https://github.com/MystenLabs/sui/commit/85fb661938ffd3fd76bf7695c9a483a0e00874d8
3. https://github.com/rust-rocksdb/rust-rocksdb/issues/574
Contributor guide
Assessment
This issue has not been assessed yet.