-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Rust Beta not available anymore on macOS #55817
Comments
Same here
|
Oops sorry about that! I forgot to backport the osx fix here, but #55823 should take care of it! |
I've nominated this for the infra team to discuss as well, I'd like for us to investigate possibly having some alert system (somewhere) that warns us when this happens. I'm concerned that long-term this could accidentally slip into a stable release or otherwise hurt us on some more obscure platform that perhaps doesn't get noticed for a while :/ |
Hit this as well trying to help test out Rust 2018, though rather than not be able to update beta, it simply didn't install (I didn't have
@alexcrichton Will this get "backported" to beta so macOS users can help test Rust 2018 before 1.31? Seems like one of the most important betas of late, so I think it might be a good idea. |
This also leads to CI failures for cross-plattform tests like https://dev.azure.com/Boddlnagg/midir/_build/results?buildId=22&view=logs @johnthagen: It looks like #55823 is a backport (it's a PR for the beta branch), so this will be fixed soon. |
Yes #55823 is slated to fix the beta branch, and the next beta produce after that's merged will be fixed. (which should basically happen ASAP as soon as we can merge the branch) |
With #55823 merged, rustup update beta still reports components missing for darwin. |
My monthly Travis build failed without any changes on my part. I did pin Rust versions, but I also test on "nightly", "beta", and "stable", which are mutable. "Beta" today is not the same as "beta" one month ago, so other people can still break my build. Rustup is provided by Travis so I cannot pin Rustup either. Travis might have updated it to a broken version, or the Rust project might have broken their hosting of the beta channel for OS X upstream. I am not sure what the underlying issue is, but from skimming the comments it looks like it will sort itself out. In the mean time, disable testing on beta on OS X. Related issues: rust-lang/rustup#1539 rust-lang/rust#55817
Similar to what happened a few months ago in #52686, rustup fails to update the beta toolchain as
rustc
andcargo
are not available anymore for thex86_64-apple-darwin
architecture:The text was updated successfully, but these errors were encountered: