Skip to content

Commit 11572aa

Browse files
committed
revert ci clean
1 parent 33195c9 commit 11572aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/build_all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
os.makedirs(bin_directory, exist_ok=True)
3636

3737
start_time = time.monotonic()
38-
subprocess.run("make -j BOARD={} clean".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
3938
make_result = subprocess.run("make -j BOARD={} all".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
4039
build_duration = time.monotonic() - start_time
4140

0 commit comments

Comments
 (0)