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 Client::from_env #60

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Fix Client::from_env #60

merged 1 commit into from
Feb 3, 2024

Conversation

NobodyXu
Copy link
Member

@NobodyXu NobodyXu commented Feb 3, 2024

According to the make doc, if there are multiple --jobserver-auth=, it's always the last one that is used.

Also, --jobserver-fd= is an internal flag, so we should always try --jobserver-auth= first, then fallback to --jobserver-fd=.

ref: rust-lang#66

According to the make doc, if there are multiple `--jobserver-auth=`,
it's always the last one that is used.

Also, `--jobserver-fd=` is an internal flag, so we should always try
`--jobserver-auth=` first, then fallback to `--jobserver-fd=`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu merged commit 5cb9ed5 into main Feb 3, 2024
43 of 44 checks passed
@NobodyXu NobodyXu deleted the fix/from_env branch February 3, 2024 01:48
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.

1 participant