-
Notifications
You must be signed in to change notification settings - Fork 993
chore: Correct potential panic should the installer time travel into … #2566
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
Conversation
…the past Signed-off-by: Daniel Silverstone (WSL2) <[email protected]>
|
If either of @sloanp486 or @tbarusseau were able to fetch this branch and try it I'd appreciate it, but if it doesn't actually fix #1984 then they can comment after the release and we can reopen it for further investigation. |
|
This might be a dumb question, but the only thing that I can run from this repo (without rust installed) is seemingly |
|
You need to |
|
I managed to compile and run it, and it seems to work just fine now. Thanks 😄 |
doesn't really work for me:
|
|
@cyril23 Rustup is not meant to be built with older compilers. We tend to follow current stable compiler. |
so my Debian packages are too old, I understand. By the way I had similar errors like #1984 (comment) when trying to install rust the recommended way via |
|
@cyril23 I think that virtualbox must have a broken sense of time. I hope that the new release will mitigate that when we can make a release. |
Yes, you're right. It's actually the fault of Virtual Box. I've just tried it out again in VMware Player with a fresh Debian 10, and it installed without any problems. rust_vmware.log |
…the past
This should fix #1984 or at least ameliorate it.