Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct a condition to request jobserver tokens
This looks like it was a bug ever present from the original implementation of a GNU jobserver in rust-lang#4110, but we currently unconditionally request a token is allocated for any job we pull off our job queue. Rather we only need to request tokens for everything but the first job because we already have an implicit token for that job.
- Loading branch information