File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ cmake \
150150
151151echo " [${BASH_SOURCE[0]} ] Configured CMAKE"
152152
153- cmake --build ${output_folder} /cmake-out --parallel -- arm_executor_runner
153+ cmake --build ${output_folder} /cmake-out -j $( nproc ) -- arm_executor_runner
154154
155155echo " [${BASH_SOURCE[0]} ] Generated baremetal elf file:"
156156find ${output_folder} /cmake-out -name " arm_executor_runner"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function build_semihosting_executorch_runner() {
4747 echo " [${FUNCNAME[0]} ] Configured CMAKE"
4848
4949 n=$( nproc)
50- cmake --build ${build_test_dir} -- - j" $(( n - 5 )) " arm_executor_runner
50+ cmake --build ${build_test_dir} -j" $(( n - 5 )) " -- arm_executor_runner
5151 echo " [${FUNCNAME[0]} ] Generated baremetal elf file: with semihosting enabled"
5252 find ${build_test_dir} -name " arm_executor_runner"
5353}
You can’t perform that action at this time.
0 commit comments