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 \