refactor: Updates Conan dependencies: RocksDB (#5335)

Updates RocksDB to version 9.7.3, the latest version supported in Conan 1.x. A patch for 9.7.4 that fixes a memory leak is included.
This commit is contained in:
Bart
2025-03-18 11:25:48 -04:00
committed by GitHub
parent bf504912a4
commit d167d4864f
11 changed files with 378 additions and 89 deletions

View File

@@ -73,7 +73,6 @@ jobs:
run : |
conan profile new default --detect || true
conan profile update settings.compiler.cppstd=20 default
conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default
- name: build dependencies
uses: ./.github/actions/dependencies
env: