This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch selectdb-doris-2.0-ikas
in repository https://gitbox.apache.org/repos/asf/doris.git

commit ebab48122d166bc0b094822e997b105a411dbc22
Author: Kang Xiao <kxiao.ti...@gmail.com>
AuthorDate: Sat Feb 3 15:11:47 2024 +0800

    change x64 jdk from jdk-8u351-linux-x64.tar.gz to 
openjdk-8u352-b08-linux-x64.tar.gz
---
 build-for-release-selectdb.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-for-release-selectdb.sh b/build-for-release-selectdb.sh
index 6c43df8d640..185d7af68e5 100755
--- a/build-for-release-selectdb.sh
+++ b/build-for-release-selectdb.sh
@@ -139,8 +139,8 @@ echo "Package Path: ${OUTPUT}"
 JAVA8_DOWNLOAD_LINK=
 JAVA8_DIR_NAME=
 if [[ "${ARCH}" == "x64" ]]; then
-    
JAVA8_DOWNLOAD_LINK="https://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/release/jdbc_driver/jdk-8u351-linux-x64.tar.gz";
-    JAVA8_DIR_NAME="jdk1.8.0_351"
+    
JAVA8_DOWNLOAD_LINK="https://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/release/jdbc_driver/openjdk-8u352-b08-linux-x64.tar.gz";
+    JAVA8_DIR_NAME="openjdk-8u352-b08-linux-x64"
 elif [[ "${ARCH}" == "arm64" ]]; then
     
JAVA8_DOWNLOAD_LINK="https://selectdb-doris-1308700295.cos.ap-beijing.myqcloud.com/release/jdbc_driver/bisheng-jdk-8u352-linux-aarch64.tar.gz";
     JAVA8_DIR_NAME="bisheng-jdk1.8.0_352"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to