-
Notifications
You must be signed in to change notification settings - Fork 945
Remove MSI #1666
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
Remove MSI #1666
Conversation
Looks like rustup's CI is broken with rust-lang/cargo#6192. Need to declare 'download' as a workspace member. |
Thank you @dwijnand, for pointing me in the right direction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
☔ The latest upstream changes (presumably #1630) made this pull request unmergeable. Please resolve the merge conflicts. |
@alexcrichton are we using this MSI code at all? @emanuelbutacu could you rebase please? |
I also found out that, literally, the most commented issue in the issue tracker is "Add windows gui / msi installer" #253 So maybe we shouldn't remove this? (I'm just asking, I'm happy to remove it.) |
In that case, we should wait for more people to chime in. I'll hold on to rebase until after we come to an agreement. How does that sound? |
Looks like y'all may have found this, but the msi installer I believe is not currently used at all, but was in development historically to become the primary installation method on Windows. I'm not personally aware of what are the remaining blockers of it. |
My gut feeling is that if we have no Windows-savvy developers on the WG right now, then removing it is the most sensible option. We can always retrieve it from git later, but for now it's just in the way and will be a bogon as @dwijnand goes about his restructuring of the codebase which we'd like to do after 1.17.0 |
☔ The latest upstream changes (presumably #1679) made this pull request unmergeable. Please resolve the merge conflicts. |
I don't think the failing test has anything to do with this PR, though, I might be wrong. Can someone else confirm this? |
Well, that's an interesting test failure. |
Failure
I'll restart the build. |
This PR removes the
rustup-win-installer
directory, as suggested in #1611.