Skip to content

Commit c41dd59

Browse files
committed
fixing ci build
1 parent f841a45 commit c41dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
os.makedirs(bin_directory, exist_ok=True)
3535

3636
start_time = time.monotonic()
37-
make_result = subprocess.run("make -j 4 BOARD={} all genpkg".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
37+
make_result = subprocess.run("make -j 4 BOARD={} all".format(board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
3838
build_duration = time.monotonic() - start_time
3939

4040
flash_size = "-"

0 commit comments

Comments
 (0)