From fa10cd05df73d9e4e47f9c55d0a94f447115e649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 23:23:11 +0800 Subject: [PATCH] branch-2.1: [fix](ci) fix compile error 'Unknown host repo.maven.apache.org' #53900 (#53906) Cherry-picked from #53900 Co-authored-by: Dongyang Li --- 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 cf4320f23b..a97a1422db 100644 --- a/regression-test/pipeline/performance/compile.sh +++ b/regression-test/pipeline/performance/compile.sh @@ -115,6 +115,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 \