Skip to content

Commit 338e381

Browse files
liuguo09xiaoxiang781216
authored andcommitted
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 <liuhaitao@xiaomi.com>
1 parent a371d88 commit 338e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function install_tools {
172172

173173
function run_builds {
174174
local ncpus=`grep -c ^processor /proc/cpuinfo`
175-
local options="-si -j $ncpus"
175+
local options="-j $ncpus"
176176

177177
if [ "X$build" = "Xcheck" ]; then
178178
options="$options -x"

0 commit comments

Comments
 (0)