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

Windows aarch64 is missing from Other Installation Methods #3406

Closed
Alovchin91 opened this issue Jul 14, 2023 · 7 comments
Closed

Windows aarch64 is missing from Other Installation Methods #3406

Alovchin91 opened this issue Jul 14, 2023 · 7 comments
Labels
bug fixed-next-release This issue will be fixed in the next release of rustup.
Milestone

Comments

@Alovchin91
Copy link
Contributor

Alovchin91 commented Jul 14, 2023

Problem

A link to Windows aarch64 version of rustup-init.exe is missing from the Other Installation Methods page.

Steps

  1. Open Other Installation Methods page
  2. Look for rustup-init.exe for Windows aarch64 (aarch64-pc-windows-msvc). It's not there.
  3. Go to https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe. It's there because it is available.

Possible Solution(s)

It looks like the list of available artifacts is populated from this file. I assume it's auto-generated, so the obvious solution is to make sure the aarch64-pc-windows-msvc artifacts gets in there.

Notes

Please let me know the process of adding an artifact to that file. I will then open a PR with all the necessary changes.

Rustup version

1.26.0

Installed toolchains

N/A
@Alovchin91 Alovchin91 added the bug label Jul 14, 2023
@Rustin170506
Copy link
Member

It looks like the list of available artifacts is populated from this file. I assume it's auto-generated, so the obvious solution is to make sure the aarch64-pc-windows-msvc artifacts gets in there.

Probably it does not relate to this file. Because we also do not have aarch64-apple-darwin here. But we can find it on Other Installation Methods page. So maybe we only need to update that page.

@Alovchin91
Copy link
Contributor Author

@hi-rustin Hmm, I see what you mean. This page indeed simply contains links to the installers, but this page is apparently generated by this script, and it's actually also missing aarch64-apple-darwin. I'm gonna open some pull requests now 😅

@rbtcollins
Copy link
Contributor

@Alovchin91 so it seems the changes are in different repos? Can we close this bug?

@Alovchin91
Copy link
Contributor Author

Hi @rbtcollins,

Both files to be changed are in fact in this repo, and I also would like to investigate this issue first before adding links to the Windows aarch64 Rustup, so I’d appreciate it if this bug could stay open for a bit 😊 I’ll try to get there soon.

@rami3l
Copy link
Member

rami3l commented Jun 20, 2024

Closed by #3854.

It might take a while before https://rustup.rs gets properly updated. For the moment being, please download the artifact directly from https://win.rustup.rs/aarch64.

@rami3l rami3l closed this as completed Jun 20, 2024
@rami3l rami3l added the fixed-next-release This issue will be fixed in the next release of rustup. label Jun 20, 2024
@rami3l rami3l added this to the 1.28.0 milestone Jun 20, 2024
@Snazzie
Copy link

Snazzie commented Aug 30, 2024

still not on main site

@rami3l
Copy link
Member

rami3l commented Aug 30, 2024

still not on main site

@Snazzie This is expected, since this will be included as a part of the v1.28.0 release, as per the assigned milestone. Sorry for the inconvenience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed-next-release This issue will be fixed in the next release of rustup.
Projects
None yet
Development

No branches or pull requests

5 participants