This is an automated email from the ASF dual-hosted git repository.

hello-stephen pushed a commit to branch agent/branch31-macos13-retirement
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 1af6da374e9f6308269193bf204e8d11dbb045f1
Author: lidongyang <[email protected]>
AuthorDate: Wed Aug 5 20:27:21 2026 +0800

    [fix](ci) rebuild missing branch-3.1 libevent archive
---
 .github/workflows/be-ut-mac.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/be-ut-mac.yml b/.github/workflows/be-ut-mac.yml
index 2f28b44e788..1ef0b4cb0e7 100644
--- a/.github/workflows/be-ut-mac.yml
+++ b/.github/workflows/be-ut-mac.yml
@@ -91,5 +91,12 @@ jobs:
           tar -xvf doris-thirdparty-prebuilt-darwin-x86_64.tar.xz
           popd
 
+          # The branch-3.1 x86_64 archive predates libevent's OpenSSL library,
+          # which is required by the current BE test link. Rebuild only this
+          # dependency when the archived file is absent.
+          if [[ ! -f thirdparty/installed/lib/libevent_openssl.a ]]; then
+            ./thirdparty/build-thirdparty.sh -j "$(nproc)" libevent
+          fi
+
           export JAVA_HOME="${JAVA_HOME_17_X64%\/}"
           ./run-be-ut.sh --run -j "$(nproc)" --clean


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to