We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6df2ef commit d48f37cCopy full SHA for d48f37c
1 file changed
stacks/mysql/build.sh
@@ -76,8 +76,10 @@ function build() {
76
strip /opt/drycc/mysql/bin/perror
77
strip /opt/drycc/mysql/bin/zlib_decompress
78
79
- # remove mysql test dir
80
- rm -rf /opt/drycc/mysql/mysql-test
+ # remove mysql test dir
+ rm -rf /opt/drycc/mysql/mysql-test
81
+ rm -rf /opt/drycc/mysql/mysql-8.0/mysql-test
82
+
83
# copy mysql build files to data dir
84
cp -r /opt/drycc/mysql/ ${DATA_DIR}/
85
0 commit comments