0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

tools: Allow git fetch failure in case offline and already synchronized.

This commit is contained in:
Jason Volk 2020-06-15 21:21:32 -07:00
parent 2cf9dacb70
commit 187701bd27

View file

@ -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 --force 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"