This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5cd8c7fffc2 [ci](perf) use build-env-ldb-toolchain-latest to compile
(#54020)
5cd8c7fffc2 is described below
commit 5cd8c7fffc29d7b5147248889d43463dc9644edc
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Jul 29 19:07:24 2025 +0800
[ci](perf) use build-env-ldb-toolchain-latest to compile (#54020)
---
regression-test/pipeline/performance/compile.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/regression-test/pipeline/performance/compile.sh
b/regression-test/pipeline/performance/compile.sh
index cb0b421cbde..f95c070d153 100644
--- a/regression-test/pipeline/performance/compile.sh
+++ b/regression-test/pipeline/performance/compile.sh
@@ -76,7 +76,10 @@ merge_pr_to_target_branch_latest() {
fi
}
-if [[ "${target_branch}" == "master" || "${target_branch}" == "branch-3.1" ]];
then
+if [[ "${target_branch}" == "master" ]]; then
+ REMOTE_CCACHE='/mnt/remote_ccache_master'
+ docker_image="apache/doris:build-env-ldb-toolchain-latest"
+elif [[ "${target_branch}" == "branch-3.1" ]]; then
REMOTE_CCACHE='/mnt/remote_ccache_master'
docker_image="apache/doris:build-env-ldb-toolchain-0.19-latest"
elif [[ "${target_branch}" == "branch-3.0" ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]