Skip to content

Commit

Permalink
phxpaxos v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wodesuck committed Nov 10, 2016
1 parent 12fa45e commit 5d0f023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ if [ ! -f colib/lib/libcolib.a ]; then
fi

if [ ! -f phxpaxos/lib/libphxpaxos.a ]; then
if [ ! -f v1.0.2.tar.gz ]; then
wget https://github.com/tencent-wechat/phxpaxos/archive/v1.0.2.tar.gz
if [ ! -f v1.1.1.tar.gz ]; then
wget https://github.com/tencent-wechat/phxpaxos/archive/v1.1.1.tar.gz
fi

rm -rf phxpaxos

tar zxvf v1.0.2.tar.gz
ln -s phxpaxos-1.0.2 phxpaxos
tar zxvf v1.1.1.tar.gz
ln -s phxpaxos-1.1.1 phxpaxos

cd phxpaxos/third_party
rm -rf glog gmock leveldb protobuf
Expand Down
2 changes: 1 addition & 1 deletion third_party/phxpaxos

0 comments on commit 5d0f023

Please sign in to comment.