0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 11:38:56 +02:00

tools: Add --force for rocksdb repository tags fetch issue upstream.

This commit is contained in:
Jason Volk 2020-03-03 13:08:03 -08:00
parent 14b962a695
commit 4f45198308

View file

@ -47,7 +47,7 @@ USERDIR=$PWD # Save current dir and return to it later
run git submodule update --init deps/rocksdb
run cd deps/rocksdb
run git fetch --tags
run git fetch --tags --force
run git checkout $BRANCH
NJOBS=`nproc`
# export CFLAGS="$CFLAGS -DROCKSDB_USE_RTTI"