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:
parent
ca11351692
commit
ec9157367f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue