mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
tools: Update buildrocks script; stronger version pinning.
This commit is contained in:
parent
4f095024ee
commit
1f4b21458f
1 changed files with 2 additions and 1 deletions
|
@ -47,5 +47,6 @@ USERDIR=$PWD # Save current dir and return to it later
|
|||
run git submodule update --init rocksdb
|
||||
|
||||
run cd rocksdb
|
||||
CFLAGS=-fPIC run make -j $JOBS $LINKAGE
|
||||
run git checkout v5.5.3
|
||||
CFLAGS=-fPIC run make -j$JOBS $LINKAGE
|
||||
run cd $USERDIR # Return to user's original directory
|
||||
|
|
Loading…
Reference in a new issue