use -j2 in the actual build also
This commit is contained in:
parent
11d225fe62
commit
ebc1373c08
@ -54,8 +54,8 @@ for board in build_boards:
|
||||
build_dir += "-{language}".format(language=language)
|
||||
|
||||
make_result = subprocess.run(
|
||||
"make -C ../ports/{port} TRANSLATION={language} BOARD={board} BUILD={build}".format(
|
||||
port = board_info["port"], language=language, board=board, build=build_dir),
|
||||
"make -C ../ports/{port} TRANSLATION={language} BOARD={board} BUILD={build} -j {cores}".format(
|
||||
port = board_info["port"], language=language, board=board, build=build_dir, cores=cores),
|
||||
shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
|
||||
build_duration = time.monotonic() - start_time
|
||||
|
Loading…
x
Reference in New Issue
Block a user