This is an automated email from the ASF dual-hosted git repository.
rainyu pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 69aad7e3d5 Update Zookeeper download URL in build-and-test-pr.yml
(#16036)
69aad7e3d5 is described below
commit 69aad7e3d5838c5cf2663b2d814e7dc6b850debe
Author: funkye <[email protected]>
AuthorDate: Thu Jan 22 14:37:17 2026 +0800
Update Zookeeper download URL in build-and-test-pr.yml (#16036)
---
.github/workflows/build-and-test-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index d12273f7eb..aaebd250e2 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -610,7 +610,7 @@ jobs:
native-image-job-reports: 'true'
- name: "Set up Zookeeper environment"
run: |
- wget
https://dlcdn.apache.org/zookeeper/zookeeper-3.8.4/apache-zookeeper-3.8.4-bin.tar.gz
+ wget -t 1 -T 120
https://archive.apache.org/dist/zookeeper/zookeeper-3.8.4/apache-zookeeper-3.8.4-bin.tar.gz
tar -zxvf apache-zookeeper-3.8.4-bin.tar.gz
mv apache-zookeeper-3.8.4-bin/conf/zoo_sample.cfg
apache-zookeeper-3.8.4-bin/conf/zoo.cfg
apache-zookeeper-3.8.4-bin/bin/zkServer.sh start