Skip to content
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

Set the default host triple of x86_64-pc-windows-gnu/rustup-init.exe to x86_64-pc-windows-gnu #2976

Closed
wangkirin opened this issue Apr 11, 2022 · 7 comments

Comments

@wangkirin
Copy link

Problem you are trying to solve

Currently,when I use https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe to download the rustup-init.exe, the default host triple is x86_64-pc-windows-msvc, see the images bellow
image

Solution you'd like

I know rustup recommand the user to use x86_64-pc-windows-msvc version, But I think if user download the rustup-init.exe
from URL https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe directly , user have already told us they want to use the x86_64-pc-windows-gnu version, it's better to set the default host triple to x86_64-pc-windows-gnu . :)

Notes

No response

@rbtcollins
Copy link
Contributor

I don't think that follows. In fact we are considering removing that binary, if I remember correctly, because of performance from it.

The goal of rustup isn't too have a binary for every possible end user configuration, but rather one for every host it might install on.

Windows...gnu is not a different host in any meaningful way.

Consider eg wasi as another example people might want, but doesn't make sense to encode at the 'this is what you download for rustup' level.

@wangkirin
Copy link
Author

Hi Robert, Thank you for your expaniation!

I don't think that follows. In fact we are considering removing that binary, if I remember correctly, because of performance from it.

Do you mean the team is planning to remove the windows version rustup-init? I am interested about it

@kinnison
Copy link
Contributor

No, we won't be removing Windows support for rustup - however we may remove the -gnu version of the installer since it's unnecessary.

@SergioGasquez
Copy link

SergioGasquez commented Oct 9, 2022

Hello! Is there any update regarding removing the support of x86_64-pc-windows-gnu installer?

@rbtcollins
Copy link
Contributor

No update, but since it has no impact on our users, I'm curious why you're asking?

@SergioGasquez
Copy link

I was doing some tests with x86_64-pc-windows-gnu, and expected to have a similar experience as with msvc where if you don't have the toolchain installed, rustup recognizes it and allows the user to install it. So, I was about to fill an issue for this request and found this one.

Is there any chance that we could get that feature? Shall I open an issue?

@rami3l
Copy link
Member

rami3l commented Jun 9, 2024

Closing this in favor of #1851.

@rami3l rami3l closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants