-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
32931: c-deps: bump RocksDB from 5.13 to 5.17.2 r=benesch a=petermattis Pass `USE_RTTI=1` to the RocksDB build. 5.13 was built with rtti enabled (there was no way to disable it), but 5.17.2 defaults to disabling rtti. Unfortunately, the rest of our C++ dependencies build with rtti enabled and C++ requires consistently specifying `-fno-rtti` for all compilation, otherwise you get strange `undefined reference to typeinfo` errors at link time. At least one of our C++ dependencies (cryptopp) does not allow easily disabling usage of rtti. Verified that the `RocksDBDeleteRangeIterate` benchmark was unchanged which indicates the RocksDB delete range patches are in effect. Release note: None Co-authored-by: Peter Mattis <petermattis@gmail.com>
- Loading branch information
Showing
5 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Bump the version below when changing rocksdb CMake flags. Search for "BUILD | ||
ARTIFACT CACHING" in build/common.mk for rationale. | ||
|
||
10 | ||
11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters