This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 6090a12ae4c branch-3.0: [fix](ci) fix compile error 'Unknown host
repo.maven.apache.org' #53900 (#53905)
6090a12ae4c is described below
commit 6090a12ae4c24e991cd9164cdfffbc7d88c3a4dc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 15:29:16 2025 +0800
branch-3.0: [fix](ci) fix compile error 'Unknown host
repo.maven.apache.org' #53900 (#53905)
Cherry-picked from #53900
Co-authored-by: Dongyang Li <[email protected]>
---
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 34f49db0c10..b0ad82a0f25 100644
--- a/regression-test/pipeline/performance/compile.sh
+++ b/regression-test/pipeline/performance/compile.sh
@@ -117,6 +117,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]