From 6c14c1c169fc37d637b2fe8e1cab3dd0158487e2 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 15 Nov 2020 13:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh => script/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename build.sh => script/build.sh (79%) 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