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 1aa0b8b7cab [chore](ci) Update branch-4.1 condition for thrift setup
(#61456)
1aa0b8b7cab is described below
commit 1aa0b8b7cab04c3c4e12053a4d9600fe34835712
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Mar 18 12:45:12 2026 +0800
[chore](ci) Update branch-4.1 condition for thrift setup (#61456)
---
.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 4125d692f54..6de845967e6 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -78,7 +78,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]