0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

tools: Fix buildrocks script to fetch tags from remote.

This commit is contained in:
Jason Volk 2018-10-15 22:09:10 -07:00
parent ca11351692
commit ec9157367f

View file

@ -47,6 +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 checkout $BRANCH run git checkout $BRANCH
NJOBS=`nproc` NJOBS=`nproc`
CFLAGS="-fPIC -frtti -DROCKSDB_USE_RTTI" run make -j$NJOBS $LINKAGE CFLAGS="-fPIC -frtti -DROCKSDB_USE_RTTI" run make -j$NJOBS $LINKAGE