Thread --jobs from bootstrap -> compiletest -> run-make-support

This commit is contained in:
Jieyou Xu 2026-01-06 09:42:42 +08:00
parent 4fa80a5e73
commit dd948f96f3
No known key found for this signature in database
GPG key ID: 36D068BDB127FD95
8 changed files with 40 additions and 1 deletions

View file

@ -0,0 +1,5 @@
//! Very basic smoke test to make sure `run_make_support::env::jobs` at least does not panic.
fn main() {
println!("{}", run_make_support::env::jobs());
}