Skip to content

Commit d48f37c

Browse files
committed
chore(stacks): delete mysql-test dir
1 parent c6df2ef commit d48f37c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

stacks/mysql/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ 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
79+
# remove mysql test dir
80+
rm -rf /opt/drycc/mysql/mysql-test
81+
rm -rf /opt/drycc/mysql/mysql-8.0/mysql-test
82+
8183
# copy mysql build files to data dir
8284
cp -r /opt/drycc/mysql/ ${DATA_DIR}/
8385

0 commit comments

Comments
 (0)