This is an automated email from the ASF dual-hosted git repository. yiguolei 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 a853dd3c61 [Bug](aarch64) Fix the mmap errors which make BE down during starting up (#13031) a853dd3c61 is described below commit a853dd3c610a72e2e85b146a4127effdf87f6e69 Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Thu Sep 29 08:36:58 2022 +0800 [Bug](aarch64) Fix the mmap errors which make BE down during starting up (#13031) --- be/src/glibc-compatibility/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/be/src/glibc-compatibility/CMakeLists.txt b/be/src/glibc-compatibility/CMakeLists.txt index 9579c7819f..bf05fa8500 100644 --- a/be/src/glibc-compatibility/CMakeLists.txt +++ b/be/src/glibc-compatibility/CMakeLists.txt @@ -35,6 +35,7 @@ if (GLIBC_COMPATIBILITY) list (APPEND glibc_compatibility_sources musl/aarch64/syscall.s musl/aarch64/longjmp.s) set (musl_arch_include_dir musl/aarch64) set (MEMCPY_SOURCE memcpy/memcpy_aarch64.cpp) + list(REMOVE_ITEM glibc_compatibility_sources musl/getauxval.c) elseif (ARCH_AMD64) list (APPEND glibc_compatibility_sources musl/x86_64/syscall.s musl/x86_64/longjmp.s) set (musl_arch_include_dir musl/x86_64) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org