Skip to content

Commit b3c7f09

Browse files
authored
Update bsp_buildings.py
1 parent 666fb0d commit b3c7f09

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
@@ -74,7 +74,7 @@ def build_bsp(bsp, scons_args=''):
7474
success = False
7575

7676
os.chdir(f'{rtt_root}/bsp/{bsp}')
77-
run_cmd('scons -c', output_info=False)
77+
#run_cmd('scons -c', output_info=False)
7878

7979
#pkg_dir = os.path.join(rtt_root, 'bsp', bsp, 'packages')
8080
#shutil.rmtree(pkg_dir, ignore_errors=True)

0 commit comments

Comments
 (0)