This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new c93d6ba3be [chore](third-party) Fix the checksums of mysql (#19047)
c93d6ba3be is described below
commit c93d6ba3be2f2448b824d36da61835e2cd1235cd
Author: Adonis Ling <[email protected]>
AuthorDate: Tue Apr 25 23:13:53 2023 +0800
[chore](third-party) Fix the checksums of mysql (#19047)
The checksum of MySQL changed which makes the workflows fail.
See
https://github.com/apache/doris-thirdparty/actions/runs/4794208534/jobs/8527425262.
---
thirdparty/vars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index a6c0bb4cee..70a49f7830 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -188,7 +188,7 @@ BOOST_MD5SUM="4bf02e84afb56dfdccd1e6aec9911f4b"
MYSQL_DOWNLOAD="https://github.com/mysql/mysql-server/archive/mysql-5.7.18.tar.gz"
MYSQL_NAME=mysql-5.7.18.tar.gz
MYSQL_SOURCE=mysql-server-mysql-5.7.18
-MYSQL_MD5SUM="58598b10dce180e4d1fbdd7cf5fa68d6"
+MYSQL_MD5SUM="11403c628c5e5101e6bf22453dbb2d34"
# unix odbc
ODBC_DOWNLOAD="http://www.unixodbc.org/unixODBC-2.3.7.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]