mirror of https://mirror.osredm.com/root/redis.git
Remove update-jemalloc.sh, it's not needed anymore (#9690)
We now use git subtree for deps/jemalloc, updating jemalloc is detailed in deps/README.md
This commit is contained in:
parent
975f51fe16
commit
b7afac6bc2
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
VER=$1
|
|
||||||
URL="http://www.canonware.com/download/jemalloc/jemalloc-${VER}.tar.bz2"
|
|
||||||
echo "Downloading $URL"
|
|
||||||
curl $URL > /tmp/jemalloc.tar.bz2
|
|
||||||
tar xvjf /tmp/jemalloc.tar.bz2
|
|
||||||
rm -rf jemalloc
|
|
||||||
mv jemalloc-${VER} jemalloc
|
|
||||||
echo "Use git status, add all files and commit changes."
|
|
Loading…
Reference in New Issue