This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 31196ec617 [chore](third-party) Fix the checksums of mysql (#19047) (#19080) 31196ec617 is described below commit 31196ec617a6e0b8e6df56d833b26cacced0beba Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Wed Apr 26 10:54:54 2023 +0800 [chore](third-party) Fix the checksums of mysql (#19047) (#19080) The checksum of MySQL changed which makes the workflows fail. --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index fcf39912c3..27989a6a0b 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -183,7 +183,7 @@ BOOST_MD5SUM="4036cd27ef7548b8d29c30ea10956196" 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org