diff --git a/build.sh b/script/build.sh similarity index 79% rename from build.sh rename to script/build.sh index 7183cb0..c14cc71 100755 --- a/build.sh +++ b/script/build.sh @@ -4,7 +4,8 @@ # build redis script # -#cd ./deps && ./update-jemalloc.sh 5.2.1 + +cd ../ cd ./deps/jemalloc && ./autogen.sh