openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.83k stars 1.69k forks source link

Speed up CI #11659

Open ordian opened 4 years ago

ordian commented 4 years ago

One low-handing fruit would be not to build rocksdb from source, but install the system package and link it dynamically. ROCKSDB_LIB_DIR should be the way to reuse it. Note that this is only for tests, not release builds.

cc @denisgranha, @eduadiez

denisgranha commented 4 years ago

sounds good @ordian :)