Skip to content

Commit 657fa3d

Browse files
committed
.github: Drop -j from combined clean and build.
This was added in 1bcea60 but does not work in this combined target.
1 parent 51c1a94 commit 657fa3d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/build-each-commit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"clean",
7878
"build/firmware-base.bin",
7979
"all",
80-
"-j"
8180
]
8281
)
8382

.github/build-missing-commits.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
os.path.join(PYBRICKS_PATH, "bricks", target),
115115
"clean",
116116
"build/firmware-base.bin",
117-
"-j"
118117
]
119118
)
120119
for target in hubs

0 commit comments

Comments
 (0)