Skip to content

Commit

Permalink
rust.inc: run bootstrap.py in parallel
Browse files Browse the repository at this point in the history
Allow bootstrap.py to use as many cores as bitbake normally uses
  • Loading branch information
srwalter committed May 12, 2020
1 parent c023edd commit 40a6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/rust/rust.inc
Expand Up @@ -463,7 +463,7 @@ rust_runx () {

oe_cargo_fix_env

python3 src/bootstrap/bootstrap.py "$@" --verbose
python3 src/bootstrap/bootstrap.py -j ${BB_NUMBER_THREADS} "$@" --verbose
}

do_compile () {
Expand Down

0 comments on commit 40a6bd8

Please sign in to comment.