mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
support specifying custom rocksb version per github action
This commit is contained in:
parent
c5404eda7f
commit
2029fbb2bf
2
.github/scripts/install-rocksdb.sh
vendored
2
.github/scripts/install-rocksdb.sh
vendored
@ -9,7 +9,7 @@ git clone https://github.com/facebook/rocksdb.git /home/runner/rocksdb
|
||||
|
||||
cd /home/runner/rocksdb
|
||||
|
||||
git checkout v7.9.2
|
||||
git checkout "$ROCKSDB_VERSION"
|
||||
|
||||
# install rocksdb locally
|
||||
sudo make -j $(nproc --all) install-shared
|
||||
|
Loading…
Reference in New Issue
Block a user