Skip to content
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

Fix jobserver: Last --jobserver-auth wins #949

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Fix jobserver: Last --jobserver-auth wins #949

merged 1 commit into from
Feb 16, 2024

Conversation

NobodyXu
Copy link
Collaborator

--jobserver-auth= is the only documented makeflags. --jobserver-fds= is actually an internal only makeflags, so we should always prefer --jobserver-auth=.

Also, according to doc of makeflags, if there are multiple --jobserver-auth= the last one is used

ref: rust-lang/jobserver-rs#67

`--jobserver-auth=` is the only documented makeflags.
`--jobserver-fds=` is actually an internal only makeflags, so we should
always prefer `--jobserver-auth=`.

Also, according to doc of makeflags, if there are multiple `--jobserver-auth=`
the last one is used

ref: rust-lang/jobserver-rs#67

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu closed this Feb 14, 2024
@NobodyXu NobodyXu reopened this Feb 14, 2024
@NobodyXu NobodyXu merged commit a891a57 into main Feb 16, 2024
54 checks passed
@NobodyXu NobodyXu deleted the jobserver branch February 16, 2024 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants