提交 670f0223 编写于 作者: Thomas_Fly's avatar Thomas_Fly 提交者: GitHub

Revert "[CI] ci 编译时先执行 scons --pyconfig-silent 后进行编译 (#7383)"

This reverts commit 5203e59d.
上级 50a4e8c6
......@@ -355,6 +355,6 @@ jobs:
for bsp in $(echo $SRTT_BSP | tr ',' '\n'); do
count=$((count+1))
echo "Compiling BSP: ==$count=== $bsp ===="
pushd bsp/$bsp && scons --pyconfig-silent && pkgs --update && popd
pushd bsp/$bsp && pkgs --update && popd
scons -C bsp/$bsp -j8
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册