1
Fork 0

Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov

Report errors in jobserver inherited through environment variables

This pr attempts to catch situations, when jobserver exists, but is not being inherited.

r? `@petrochenkov`
This commit is contained in:
bors 2023-12-03 16:28:22 +00:00
commit db07cccb1e
10 changed files with 112 additions and 35 deletions

View file

@ -9,7 +9,7 @@ ar_archive_writer = "0.1.5"
bitflags = "1.2.1"
cc = "1.0.69"
itertools = "0.11"
jobserver = "0.1.22"
jobserver = "0.1.27"
pathdiff = "0.2.0"
regex = "1.4"
rustc_arena = { path = "../rustc_arena" }