From c6df2efeea786cbde0813d0b2113faf2343b7a24 Mon Sep 17 00:00:00 2001 From: duanhongyi Date: Mon, 4 Sep 2023 15:18:08 +0800 Subject: [PATCH] chore(stacks): mysql remove test file --- stacks/mysql/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stacks/mysql/build.sh b/stacks/mysql/build.sh index 25e609b..71d4c82 100755 --- a/stacks/mysql/build.sh +++ b/stacks/mysql/build.sh @@ -76,6 +76,8 @@ function build() { strip /opt/drycc/mysql/bin/perror strip /opt/drycc/mysql/bin/zlib_decompress + # remove mysql test dir + rm -rf /opt/drycc/mysql/mysql-test # copy mysql build files to data dir cp -r /opt/drycc/mysql/ ${DATA_DIR}/ @@ -84,4 +86,4 @@ function build() { } # call build stack -build-stack "${1}" \ No newline at end of file +build-stack "${1}"