-
Notifications
You must be signed in to change notification settings - Fork 186
Mention versioned rustup-init binary URLs #823
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
In the documentation page you mention I read:
You mean to make it more prominent? Do you want to submit a patch? |
Well, yes, but I only mentioned the page that you linked as the "good" example. The same information is missing from the "bad version" of the rustup install instructions at https://forge.rust-lang.org/infra/other-installation-methods.html#other-ways-to-install-rustup. And it's the forge page that is linked from https://www.rust-lang.org/tools/install, not the rustup-specific page. It took me quite a few "surely version URLs must exist somewhere"-fueled attempts at googling to find the rustup-specific page. I'm proposing copying that snippet (and the SHA256sums note) from the rustup-specific page onto the forge page. If that sounds OK, and no one thinks that e.g. some bigger change is in order (like linking to the rustup-specific page, rather than trying to mirror its content), then I can submit the change. |
The new simpler way to download a specific version will be using the To be honest though I'm not sure that we should be linking users to the rust forge. These are internal docs meant for rustc devs (or potential contributors). It might be better to reorganise the website(s) to better surface the information for end users. |
https://forge.rust-lang.org/infra/other-installation-methods.html#other-ways-to-install-rustup should probably mention that it's possible to download specific versions of
rustup-init
binaries, via the versioned download links mentioned in the similar docs at https://rust-lang.github.io/rustup/installation/other.html#manual-installation.I noticed this because I'm trying to set up a reproducible build for a rust toolchain at my company. https://www.rust-lang.org/tools/install links to https://forge.rust-lang.org/infra/other-installation-methods.html, so this seems to be the most authoritative version of the install instructions. And these instructions currently suggest only the unversioned
rustup-init
URLS, which are presumably not fit for a reproducible build because they're going to get updated over time to point to the latest builds.The text was updated successfully, but these errors were encountered: