From e8544d78ee8e78daaa954405aa7d869a2880bf92 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 28 Oct 2025 17:13:57 +0500 Subject: [PATCH] ci.yml - note on rtti in rocksdb --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d948183539..4db5284ab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,9 @@ jobs: with: key: ubuntu-22.04-${{ runner.arch }} - # rocksdb on debian distros misses RTTI? + # RTTI is only enabled by default in Debug builds of rocksdb. + # Distros are using Release builds, so we're compiling it ourselves with RTTI forced on. + # https://github.com/facebook/rocksdb/blob/a3aa44a7167b8336f9bc15c8aba063260268ff68/CMakeLists.txt#L433 - name: build rocksdb run: | git clone https://github.com/facebook/rocksdb --branch v9.11.2