platform
platform copied to clipboard
build: prebuild rocksdb
Issue being fixed or feature implemented
Build of rocksdb crate takes quite much time. Majority of this time is due to build of rocksdb C binaries.
This fact is mitigated by our awesome caching engine, but it's an issue when cache is invalidated.
This is also useful for local testing.
What was done?
Prebuild rocksdb binary as part of deps image.
How Has This Been Tested?
Run gh actions
Breaking Changes
None
Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
- [ ] I have made corresponding changes to the documentation if needed
For repository code-owners and collaborators only
- [ ] I have assigned this pull request to a milestone