-
Notifications
You must be signed in to change notification settings - Fork 894
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
Stable channel not available for FreeBSD? #381
Comments
It's not available due to infrastructure changes not making it in time for 1.8.0. But the freebsd stable channel will by available by 1.9.0.
Yeah, I think is not possible to override the stable channel with a custom toolchain. Even if that worked, you probably would hit rust-lang/rust#33286 afterwards :-/.
I would suggest using the beta or nightly channel until the next release. |
Yes, I did indeed hit that issue. I worked around that by building the package with a git extract of 1.8.0 instead of the tarball extract. Worked fine, but I still can't use rustup because it can't deal with toolchains it didn't install. I'm trying to convince people running embedded software controlling hundreds or thousands of dollars worth of their hardware that a control failure could turn into a bag of refuse to start converting parts of it to Rust. It's also possible for such failures to cause serious bodily harm. The negative implications of "beta" or "nightly" software are going to make that very difficult, if not impossible, no matter what the reality is. It makes the frequency that I run into "just use the beta/nightly" as an answer to my issues with Rust frustrating, and may well kill the project. |
Getting Edit: Because I also agree heavily with @mwm that the answer of "Just use beta/nightly" shouldn't be an answer and makes getting approvals hard when trying to convince the boss why this switch is a good one. |
@kbknapp The next release is at least not too far off, on the 26th. |
Issues like this should probably be reported upstream in rust-lang/rust, because rustup doesn't build the manifests. |
Well, rustup is installed and apparently working, but can't update the stable channel. Trying
rustup update stable
results in:rustup update nightly
worked, so I believe my rustup install is working properly.The rust stable build (1.8.0) is available in the system packages. I can't seem to find a way to use those binaries from rustup, meaning I can't use it t install the bits for cross-compilation, which is my end goal.
The text was updated successfully, but these errors were encountered: