ci.yml - add ccache for rocksdb

Revert "ci.yml - add ccache for rocksdb"

This reverts commit 71178d4bbc023c793b0800f5987a979fdddc1c30.

Update ci.yml
This commit is contained in:
Andrej730
2025-10-01 13:08:33 +05:00
parent 26c68c00b7
commit 60617eecce
+1
View File
@@ -79,6 +79,7 @@ jobs:
git clone https://github.com/facebook/rocksdb --branch v9.11.2
cd rocksdb
mkdir build && cd build
# rocksdb is using ccache automatically.
cmake -DFAIL_ON_WARNINGS=Off \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr/local \