Use stable version of Redis

This commit is contained in:
Vladimir Mihailenco 2019-01-21 16:10:26 +02:00
parent ce19d9c402
commit e54b0f2944
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ bench: testdeps
testdata/redis:
mkdir -p $@
wget -qO- https://github.com/antirez/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@
wget -qO- https://github.com/antirez/redis/archive/5.0.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
sed -i.bak 's/libjemalloc.a/libjemalloc.a -lrt/g' $</src/Makefile