mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 12:54:13 +00:00
dist: dir fix
This commit is contained in:
parent
51bc1cf87f
commit
0165e43753
1
docker/dist/entry_point.sh
vendored
1
docker/dist/entry_point.sh
vendored
@ -27,6 +27,7 @@ build_rocksdb() {
|
||||
ROCKSDB_ARCHIVE="rocksdb-v${ROCKSDBVER}.tar.gz"
|
||||
ROCKSDB_DIR="rocksdb-${ROCKSDBVER}"
|
||||
|
||||
mkdir -p build
|
||||
pushd build >/dev/null
|
||||
rm -rf "${ROCKSDB_DIR}"
|
||||
if [[ ! -e "${ROCKSDB_ARCHIVE}" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user