-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Fix calls to realpath
for shared network drives
#34132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Let us know when you've tested with the CI-built binary.
Answering #33956 (comment) here:
|
Thank you! for future reference though, where did that link come from? |
Click Details on the Then go to the Build properties tab and look at
|
@StefanKarpinski in combination with the changes made to Pkg, this seems to work fully on my network drive! I'm wondering though if this is a strange work around, and if it would be better to change the Lines 409 to 434 in 8707744
|
It's true that the |
I've approved but, @ckingdon95, I need you to make this no longer a draft before I can merge. |
I've opened #34135 to discuss improving |
* Add try/catch around call to realpath in dummy_uuid
see #33956 for discussion