[fix] don't panic on failure to acquire jobserver token
This commit is contained in:
parent
cbc064b341
commit
be6a09f96b
3 changed files with 14 additions and 2 deletions
|
@ -1452,8 +1452,8 @@ fn start_executing_work<B: ExtraBackendMethods>(
|
|||
Err(e) => {
|
||||
let msg = &format!("failed to acquire jobserver token: {}", e);
|
||||
shared_emitter.fatal(msg);
|
||||
// Exit the coordinator thread
|
||||
panic!("{}", msg)
|
||||
codegen_done = true;
|
||||
codegen_aborted = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue