Merge pull request #276 from tylerwhall/bb-num-threads
rust.inc: whitelist BB_NUMBER_THREADS in do_compile
This commit is contained in:
@@ -465,6 +465,7 @@ rust_runx () {
|
||||
|
||||
python3 src/bootstrap/bootstrap.py -j ${BB_NUMBER_THREADS} "$@" --verbose
|
||||
}
|
||||
rust_runx[vardepsexclude] += "BB_NUMBER_THREADS"
|
||||
|
||||
do_compile () {
|
||||
rust_runx build
|
||||
|
||||
Reference in New Issue
Block a user