mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
tools: Add --force for rocksdb repository tags fetch issue upstream.
This commit is contained in:
parent
14b962a695
commit
4f45198308
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ USERDIR=$PWD # Save current dir and return to it later
|
||||||
run git submodule update --init deps/rocksdb
|
run git submodule update --init deps/rocksdb
|
||||||
|
|
||||||
run cd deps/rocksdb
|
run cd deps/rocksdb
|
||||||
run git fetch --tags
|
run git fetch --tags --force
|
||||||
run git checkout $BRANCH
|
run git checkout $BRANCH
|
||||||
NJOBS=`nproc`
|
NJOBS=`nproc`
|
||||||
# export CFLAGS="$CFLAGS -DROCKSDB_USE_RTTI"
|
# export CFLAGS="$CFLAGS -DROCKSDB_USE_RTTI"
|
||||||
|
|
Loading…
Reference in a new issue