This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 172977d66c7 branch-4.1: [chore](ci) Update branch-4.1 condition for
thrift setup with cdc client #61607 (#61611)
172977d66c7 is described below
commit 172977d66c793d3f486839c45310bb8d03804cc4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 15:26:30 2026 +0800
branch-4.1: [chore](ci) Update branch-4.1 condition for thrift setup with
cdc client #61607 (#61611)
Cherry-picked from #61607
Co-authored-by: wudi <[email protected]>
---
.github/workflows/build-extension.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-extension.yml
b/.github/workflows/build-extension.yml
index 6de845967e6..e99c6559001 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -114,7 +114,7 @@ jobs:
run: |
pushd thirdparty
branch="${{ github.base_ref }}"
- if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}"
== 'branch-4.0' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1'
]]; then
+ if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}"
== 'branch-4.1'|| "${branch}" == 'branch-4.0' || "${branch}" == 'branch-3.0' ||
"${branch}" == 'branch-2.1' ]]; then
curl -L
https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-linux-x86_64.tar.xz
\
-o doris-thirdparty-prebuilt-linux-x86_64.tar.xz
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]