Controlling parallel jobs in Rust build of TVM

I am building TVM via the Rust crate, which automatically builds TVM via tvm-build. The build process seems to build TVM using many parallel jobs. I need to limit this number of parallel jobs on my machine, ideally to 1 or 2. Can this be controlled in any way?