You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/02/18 14:48:35 UTC

[incubator-nuttx-testing] branch master updated: cibuild.sh: remove -si option since testbuild.sh updated

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 338e381  cibuild.sh: remove -si option since testbuild.sh updated
338e381 is described below

commit 338e3819ab8a0c7416c59081a13a7f61a34eaa8e
Author: liuhaitao <li...@xiaomi.com>
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 <li...@xiaomi.com>
---
 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"