rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows `rustup` GNU installer defaults to MSVC

Marcono1234 opened this issue · comments

When I download the rustup GNU installer x86_64-pc-windows-gnu from https://forge.rust-lang.org/infra/other-installation-methods.html and execute it, it defaults to x86_64-pc-windows-msvc:
Installation command line screenshot

Is that intended?


I am not familiar with Rust, so I might be misusing / misunderstanding the installer.

i think this issue should be posted on rustup rather than here

Thank you for your issue! Yeah, I would agree, the issue is with the installer not the page.

cc @Mark-Simulacrum would you be to move this issue to rustup? (It doesn't seem like there's an existing issue) Otherwise we can close it and re-open manually.

Sorry for creating this issue for the wrong project. It looks like rustup already has (at least) two issues covering this: rust-lang/rustup#1851, rust-lang/rustup#2568
The -gnu suffix only seems to represent how rustup was built but does not influence the host triple selection in any way.

So, if you don't mind I would close this issue then.


A different issue I noticed is that there is content duplication between Rust Forge's Other ways to install rustup and rustup's Other installation methods. It appears rustup's documentation is more extensive. Should I create a separate issue for reducing this duplication, and just referring to rustup's documentation?

Should I create a separate issue for reducing this duplication, and just referring to rustup's documentation?

cc @kinnison but in my opinion it's fine to remove the forge docs and point (or redirect) to the rustup book.

I think forwarding over to the rustup book is a good plan. Various people (mostly Eric) made a lot of effort to make it good.