hello-stephen commented on code in PR #13607: URL: https://github.com/apache/doris/pull/13607#discussion_r1004109610
########## thirdparty/build-thirdparty.sh: ########## @@ -1345,8 +1345,13 @@ build_hdfs3() { cd "${BUILD_DIR}" rm -rf ./* + if [[ "$(uname -m)" == "aarch64" ]]; then + SSE_OPTION='-DENABLE_SSE=OFF' + else + SSE_OPTION='-DENABLE_SSE=ON' + fi Review Comment: I found this when I try to compile on the 'TencentOS Server 3.1 for ARM64 (TK4)' system, it does interrupt the compilation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org