mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +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 cd deps/rocksdb
|
||||
run git fetch --tags
|
||||
run git checkout $BRANCH
|
||||
NJOBS=`nproc`
|
||||
CFLAGS="-fPIC -frtti -DROCKSDB_USE_RTTI" run make -j$NJOBS $LINKAGE
|
||||
|
|
Loading…
Reference in a new issue