mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 20:00:02 +00:00
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:
@@ -79,6 +79,7 @@ jobs:
|
|||||||
git clone https://github.com/facebook/rocksdb --branch v9.11.2
|
git clone https://github.com/facebook/rocksdb --branch v9.11.2
|
||||||
cd rocksdb
|
cd rocksdb
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
# rocksdb is using ccache automatically.
|
||||||
cmake -DFAIL_ON_WARNINGS=Off \
|
cmake -DFAIL_ON_WARNINGS=Off \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||||
|
|||||||
Reference in New Issue
Block a user