Update to WiredTiger 1.6.6
This commit is contained in:
parent
36faa4e713
commit
68d9ed942b
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as w
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
WT_REPO=http://github.com/wiredtiger/wiredtiger.git
|
WT_REPO=http://github.com/wiredtiger/wiredtiger.git
|
||||||
WT_BRANCH=develop
|
#WT_BRANCH=develop
|
||||||
WT_DIR=wiredtiger-`basename $WT_BRANCH`
|
#WT_DIR=wiredtiger-`basename $WT_BRANCH`
|
||||||
#WT_REF="tags/1.6.4"
|
WT_REF="tags/1.6.6"
|
||||||
#WT_DIR=wiredtiger-`basename $WT_REF`
|
WT_DIR=wiredtiger-`basename $WT_REF`
|
||||||
|
|
||||||
SNAPPY_VSN="1.0.4"
|
SNAPPY_VSN="1.0.4"
|
||||||
SNAPPY_DIR=snappy-$SNAPPY_VSN
|
SNAPPY_DIR=snappy-$SNAPPY_VSN
|
||||||
|
|
Loading…
Reference in a new issue