Skip to content

Commit b0b40ed

Browse files
authored
[github/action] 添加scons显示编译时间的命令 (#10114)
* [github/action] 添加scons显示编译时间的命令 * [bsp/pico] 删除ci 耗时的config,在F412中已验证 * [bsp/f412] 这个编译需要3分钟,不合理,先从ci中删除
1 parent 5551fdb commit b0b40ed

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

bsp/raspberry-pico/.ci/attachconfig/rtduino/dataprocessing.attach

-6
This file was deleted.

bsp/stm32/stm32f412-st-nucleo/.ci/attachconfig/rtduino/dataprocessing.attach

-6
This file was deleted.

tools/ci/bsp_buildings.py

+1-1
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)