You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by pe...@apache.org on 2023/01/14 15:37:15 UTC

[doris] branch revert-15910-fix_bug created (now d2f617b97f)

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

pengxiangyu pushed a change to branch revert-15910-fix_bug
in repository https://gitbox.apache.org/repos/asf/doris.git


      at d2f617b97f Revert "[fix](thirdparty) fix bug for build_thirdparty (#15910)"

This branch includes the following new commits:

     new d2f617b97f Revert "[fix](thirdparty) fix bug for build_thirdparty (#15910)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[doris] 01/01: Revert "[fix](thirdparty) fix bug for build_thirdparty (#15910)"

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengxiangyu pushed a commit to branch revert-15910-fix_bug
in repository https://gitbox.apache.org/repos/asf/doris.git

commit d2f617b97f697010d5656a53598957320441a883
Author: pengxiangyu <di...@163.com>
AuthorDate: Sat Jan 14 23:37:07 2023 +0800

    Revert "[fix](thirdparty) fix bug for build_thirdparty (#15910)"
    
    This reverts commit 57098bf669d7f9bcc100e4e523f75e7888fe26d5.
---
 thirdparty/build-thirdparty.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index 905b2410d6..ec6b1f4f86 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -1585,6 +1585,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
     build_gettext
 fi
 
+build_clucene
 build_libunixodbc
 build_openssl
 build_libevent
@@ -1641,6 +1642,5 @@ build_libbacktrace
 build_sse2neon
 build_xxhash
 build_concurrentqueue
-build_clucene
 
 echo "Finished to build all thirdparties"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org