This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-6 in repository https://gitbox.apache.org/repos/asf/doris.git
commit e3ab477bc5c586e98dfa9e9e61e86178550dad24 Author: Dongyang Li <[email protected]> AuthorDate: Fri Jul 25 15:31:06 2025 +0800 [fix](ci) fix compile error 'Unknown host repo.maven.apache.org' --- 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]
