mirror of https://github.com/go-redis/redis.git
Merge pull request #954 from go-redis/fix/redis-stable
Use stable version of Redis
This commit is contained in:
commit
40336e5ef8
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue