mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
7a11f8baee
Thread `--jobs` from `bootstrap` -> `compiletest` -> `run-make-support` Context is https://github.com/rust-lang/rust/pull/150524#issuecomment-3712701586, where we would like to thread the `--jobs` config from bootstrap explicitly through to run-make tests without relying on an "external env var" that bypasses the build/test infra. Note that this PR currently intentionally couples the jobs configured for *builds*, versus for `TestMode::RunMake` tests. We can further specialize some kind of `run-make-jobs` bootstrap config *if actually needed*; I will keep this configuration naive for now. r? @Kobzol