liftedinit / liftedinit/many-rs
rocksdb 7.4.4 doesn't build with GCC 13
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
See https://github.com/facebook/rocksdb/issues/11157
Workaround: build using clang and libc++
user.bazel
```
build --repo_env=CC=clang --linkopt=-fuse-ld=lld
build --repo_env='BAZEL_CXXOPTS=-std=c++17:-stdlib=libc++'
build --repo_env='BAZEL_LINKLIBS=-lc++:-lm'
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked RocksDB issue and the repository's user.bazel configuration, then reproduce the build with GCC 13 rather than the documented clang/libc++ workaround. Done means establishing a supported build for RocksDB 7.4.4 or documenting that the workaround remains required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100