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

test: temporary fix for UNC path parsing issue #331

Merged
merged 1 commit into from
Jul 5, 2023
Merged

test: temporary fix for UNC path parsing issue #331

merged 1 commit into from
Jul 5, 2023

Conversation

weihanglo
Copy link
Contributor

@weihanglo weihanglo commented Jun 29, 2023

Prepend c: so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.

Probably fixes #299?

Prepend `c:` so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.
@alexcrichton alexcrichton merged commit 7025986 into alexcrichton:master Jul 5, 2023
7 checks passed
@alexcrichton
Copy link
Owner

Thanks!

@weihanglo weihanglo deleted the unc-fix branch July 10, 2023 18:18
ararslan pushed a commit to ararslan/binstall-tar that referenced this pull request Jun 6, 2024
Prepend `c:` so that it won't be treated as UNC path.

See rust-lang/rust#100833 for more.

(cherry picked from commit 7025986)
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.

Windows CI is failing due to std::path::Path
2 participants