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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new e8933d9577e [fix](ci) fix compile error 'Unknown host 
repo.maven.apache.org' (#53902)
e8933d9577e is described below

commit e8933d9577ed3ddff7352415685e5978a24d9940
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Jul 25 16:06:57 2025 +0800

    [fix](ci) fix compile error 'Unknown host repo.maven.apache.org' (#53902)
---
 regression-test/pipeline/performance/compile.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/pipeline/performance/compile.sh 
b/regression-test/pipeline/performance/compile.sh
index b9cfd503cba..758a20e921a 100644
--- a/regression-test/pipeline/performance/compile.sh
+++ b/regression-test/pipeline/performance/compile.sh
@@ -123,6 +123,7 @@ set -x
 # shellcheck disable=SC2086
 sudo docker run -i --rm \
     --name "${docker_name}" \
+    --network=host \
     -e TZ=Asia/Shanghai \
     ${mount_swapfile} \
     -v /etc/localtime:/etc/localtime:ro \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to