-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use named pipe when creating new jobserver #13483
Comments
cc @weihanglo since you also interacted with the issue in cargo. |
Thanks for the report. This is somehow blocked on rust-lang/jobserver-rs#47 or something need to be done there I feel like. How can Cargo help the situation, or is this just a tracking issue of that? |
Hmmm is that for previous cargo release which uses an old jobserver version? I thought that latest version of jobserver can handle it just well?
I will open a PR in next few days, and hopefully we can cut a new patch release of cargo to use the latest jobserver release. |
🤔… Unless I missed something important, there seems no way for Cargo to create a fifo jobserver via |
That's what I'm proposing: change AFAIK |
I was meant to create this on rust-lang/iobserver 😂 |
Unfortunately, --jobserver-auth is introduced in 4.2, but fifo jobserver and --jobserver-style is introduced in make 4.4 This means that if we use fifo we would break backwards compatibility, so closing this for now. |
Originally posted by @NobodyXu in #13476 (comment)
The text was updated successfully, but these errors were encountered: