-
Notifications
You must be signed in to change notification settings - Fork 42
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
The last --jobserver-auth
flag should be used
#66
Comments
This is definitely a bug in the implementation and jobserver should try its best following how GNU make works. The question is whether this is a breaking change needing a major version bump. Personally I don't think so. Having it in a major version bump will introduce much more inconsistency. |
Does jobserver need to do the same for If both Shall we just try both? |
Good question! According to this announcement, There is no reason both of them are present. And to me, it seems better for |
Thanks! |
The first
--jobserver-auth
it finds is used, instead of the last like the Make manual asks:From rust-lang/rust#120515.
The text was updated successfully, but these errors were encountered: