Merge pull request #276 from tylerwhall/bb-num-threads

rust.inc: whitelist BB_NUMBER_THREADS in do_compile
This commit is contained in:
Steven Walter
2020-05-18 23:03:57 -04:00
committed by GitHub

View File

@@ -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