提交 73bfe251 编写于 作者: S siyangy 提交者: Jiangtao Hu

Default jobs option as auto

上级 8390cbbe
......@@ -101,7 +101,7 @@ function build() {
echo "Start building, please wait ..."
generate_build_targets
echo "Building on $MACHINE_ARCH..."
echo "$BUILD_TARGETS" | xargs bazel build --jobs="auto" $DEFINES -c $1
echo "$BUILD_TARGETS" | xargs bazel build $DEFINES -c $1
if [ $? -eq 0 ]; then
success 'Build passed!'
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册