This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 338e3819ab8a0c7416c59081a13a7f61a34eaa8e Author: liuhaitao <[email protected]> AuthorDate: Tue Feb 18 22:32:20 2020 +0800 cibuild.sh: remove -si option since testbuild.sh updated Since -si/sl options have been removed from testbuild.sh, so remove it here. Signed-off-by: liuhaitao <[email protected]> --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index 9152305..5c62c18 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -172,7 +172,7 @@ function install_tools { function run_builds { local ncpus=`grep -c ^processor /proc/cpuinfo` - local options="-si -j $ncpus" + local options="-j $ncpus" if [ "X$build" = "Xcheck" ]; then options="$options -x"
