This is an automated email from the ASF dual-hosted git repository. yiguolei 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 dbf61005dff change boost thirdparty url to offical archives.boost.io (#29401) dbf61005dff is described below commit dbf61005dff8b1242ef47b8d8673bbe1c4e35091 Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Wed Jan 3 12:12:43 2024 +0800 change boost thirdparty url to offical archives.boost.io (#29401) --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 7e2d5bf9dc6..4d65efe5b45 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -174,7 +174,7 @@ RAGEL_SOURCE=ragel-6.10 RAGEL_MD5SUM="748cae8b50cffe9efcaa5acebc6abf0d" # boost -BOOST_DOWNLOAD="https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz" +BOOST_DOWNLOAD="https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.gz" BOOST_NAME=boost_1_81_0.tar.gz BOOST_SOURCE=boost_1_81_0 BOOST_MD5SUM="4bf02e84afb56dfdccd1e6aec9911f4b" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org