Skip to content

Commit d845757

Browse files
authored
[github/action] 添加scons显示编译时间的命令
1 parent 9b05fc5 commit d845757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/bsp_buildings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def build_bsp(bsp, scons_args=''):
6767

6868
nproc = multiprocessing.cpu_count()
6969
os.chdir(rtt_root)
70-
cmd = f'scons -C bsp/{bsp} -j{nproc} {scons_args}'
70+
cmd = f'scons -C bsp/{bsp} -j{nproc} {scons_args} --debug=time'
7171
__, res = run_cmd(cmd, output_info=True)
7272

7373
if res != 0:

0 commit comments

Comments
 (0)