Skip to content

Commit b7bce32

Browse files
committed
tools/ci.sh: Don't use make -j.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 78baf70 commit b7bce32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function ci_stm32_nucleo_build {
369369
function ci_stm32_misc_build {
370370
make ${MAKEOPTS} -C mpy-cross
371371
make ${MAKEOPTS} -C ports/stm32 BOARD=ARDUINO_GIGA submodules
372-
make ${MAKEOPTS} -C ports/stm32 BOARD=ARDUINO_GIGA
372+
make -C ports/stm32 BOARD=ARDUINO_GIGA
373373
}
374374

375375
########################################################################################

0 commit comments

Comments
 (0)