We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f18bb8 commit 75bc6d8Copy full SHA for 75bc6d8
regression-test/pipeline/performance/compile.sh
@@ -80,7 +80,7 @@ if [[ "${target_branch}" == "master" ]]; then
80
docker_image="apache/doris:build-env-ldb-toolchain-latest"
81
elif [[ "${target_branch}" == "branch-3.1" ]]; then
82
REMOTE_CCACHE='/mnt/remote_ccache_master'
83
- docker_image="apache/doris:build-env-ldb-toolchain-0.19-latest"
+ docker_image="apache/doris:build-env-for-3.1-0.19"
84
elif [[ "${target_branch}" == "branch-3.0" ]]; then
85
86
docker_image="apache/doris:build-env-for-3.0-0.19"
0 commit comments