-
Notifications
You must be signed in to change notification settings - Fork 13.3k
missing OSX nightly #46391
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
Comments
More verbose output:
|
@durka Yes this should reappear tomorrow... sorry for the mess 😓 This should happen rarely, but I think rustup should refuse to upgrade if the rustc tarball cannot be downloaded. |
download yesterdays nightly:
for anyone with this problem. edit: i also had to |
This is causing travis failures as well, incidentally |
One thing I've wanted with rustup is something like `rustup rollback
nightly 2017-11-29` i.e. "update" nightly to some other date without
changing the name, so `+nightly ` and overrides keep working.
(edit: turns out this is just done by
$ rustup uninstall nightly
$ mv ~/.rustup/toolchains/nightly-{2017-11-29-,}x86_64-apple-darwin/
)
…On Nov 30, 2017 10:24, "Steve Klabnik" ***@***.***> wrote:
This is causing travis failures as well, incidentally
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46391 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC3n9cYSRhk7tx6-XUEsPwLKMM8LPKNks5s7si7gaJpZM4QwH9->
.
|
The macOS nightlies are now available on |
did this tomorrow will be ok? nightly-x86_64-apple-darwin unchanged - (toolchain not installed) I did those below to solve this problem:
Current installation options:
default host triple: x86_64-apple-darwin
default toolchain: nightly
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation 3.after nightly rust installed, exec |
This appears to have happened again tonight? https://travis-ci.org/oconnor663/bao/jobs/449212753 |
Yep, I'm seeing this as well. |
And now it's fixed again for me. |
I think this is happening for beta too?
|
Great! It worked for me, thanks! |
Rustup "updates" nightly by apparently deleting rustc.
Another user on IRC reported a similar error "(toolchain not installed)" instead of "(rustc does not exist)".
The text was updated successfully, but these errors were encountered: