From 54dad52f668ca92e8ccf7239169ba15f6128590f Mon Sep 17 00:00:00 2001 From: LINGuanRen <4094166@qq.com> Date: Thu, 14 Oct 2021 17:36:11 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 40e362ebd..faf9d72bf 100755 --- a/build.sh +++ b/build.sh @@ -6,6 +6,8 @@ TOOLS_DIR=${TOPDIR}/deps/3rd/usr/local/oceanbase/devtools CMAKE_COMMAND=${TOOLS_DIR}/bin/cmake CPU_CORES=`grep -c ^processor /proc/cpuinfo` +######## + ALL_ARGS=("$@") BUILD_ARGS=() MAKE_ARGS=(-j $CPU_CORES) -- GitLab