-
Notifications
You must be signed in to change notification settings - Fork 893
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
Regression when ~/.rustup/downloads and/or tmp are symlinks #3344
Comments
I think this might be fixed? |
Is there an easy workaround for updating to the fixed version, despite the bug, so I can test it? |
use git to clone Or download a prebuilt rustup and do likewise. |
I git cloned
I tried |
oh sorry, |
That didn't work because
I ran it with various Note that my initial bug report shows a repro with rustup 1.26.0, which seems to be the latest tag... |
This is still happening to me. |
This is in fact a failure in handling the error from our dependency
Originally posted by @rami3l in #3737 (comment) @rbtcollins I wonder whether this behavior should be improved on our side or from the upstream... |
I expect to address this issue right after #3737. To complete the context, I'll repost @rbtcollins' reply on the expected semantics below:
|
This reverts commit efb6935.
This reverts commit efb6935.
@ijackson A new beta release is available, would you mind trying it out? |
Problem
Steps
~/.rustup/tmp
and~/.rustup/downloads
symlinks to like-named directories elsewherePossible Solution(s)
No response
Notes
I assume something has changed in rustup's handling of these directories. This used to work. I could probably bisect it if it's not obvious.
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: