You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/03/21 03:23:02 UTC

[incubator-doris] branch master updated: [Build] Turn on glibc compatibility by default for upgrading gcc10 (#5528)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 029a8a0  [Build] Turn on glibc compatibility by default for upgrading gcc10 (#5528)
029a8a0 is described below

commit 029a8a046b57e246c6909ddf7b5502228bbb8f06
Author: Zhengguo Yang <ya...@gmail.com>
AuthorDate: Sun Mar 21 11:22:53 2021 +0800

    [Build] Turn on glibc compatibility by default for upgrading gcc10 (#5528)
---
 build.sh     | 2 +-
 run-be-ut.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 3e63bc0..caecfd4 100755
--- a/build.sh
+++ b/build.sh
@@ -135,7 +135,7 @@ if [[ -z ${WITH_MYSQL} ]]; then
     WITH_MYSQL=OFF
 fi
 if [[ -z ${GLIBC_COMPATIBILITY} ]]; then
-    GLIBC_COMPATIBILITY=OFF
+    GLIBC_COMPATIBILITY=ON
 fi
 if [[ -z ${WITH_LZO} ]]; then
     WITH_LZO=OFF
diff --git a/run-be-ut.sh b/run-be-ut.sh
index ff78176..4d25a30 100755
--- a/run-be-ut.sh
+++ b/run-be-ut.sh
@@ -107,7 +107,7 @@ if [ ! -d ${CMAKE_BUILD_DIR} ]; then
 fi
 
 if [[ -z ${GLIBC_COMPATIBILITY} ]]; then
-    GLIBC_COMPATIBILITY=OFF
+    GLIBC_COMPATIBILITY=ON
 fi
 
 cd ${CMAKE_BUILD_DIR}

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