Skip to content

Commit 77a2aaa

Browse files
committed
chore(stacks): delete mysql-test dir
1 parent 2c15463 commit 77a2aaa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stacks/mysql/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ function build() {
7676
strip /opt/drycc/mysql/bin/perror
7777
strip /opt/drycc/mysql/bin/zlib_decompress
7878

79+
# remove mysql test dir
80+
rm -rf /opt/drycc/mysql/mysql-test
81+
rm -rf /opt/drycc/mysql/mysql-8.0/mysql-test
7982
# copy mysql build files to data dir
8083
cp -r /opt/drycc/mysql/ ${DATA_DIR}/
8184

0 commit comments

Comments
 (0)