Skip to content

rocksdb 7.4.4 doesn't build with GCC 13 #387

@fmorency

Description

@fmorency

See facebook/rocksdb#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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions