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

Add aarch64 to releases #6414

Closed
wants to merge 1 commit into from
Closed

Conversation

bigfootjon
Copy link

I want to download and use rustfmt without the rest of a rust toolchain in cases where it isn't worth setting up a whole rust toolchain (i.e. CI job to format all code, not necessarily to build everything). Adding an aarch64 release would then allow me to use the same version on my laptop for debugging with dotslash

Also, x86 support on macs is generally not the long term future for macs and aarch64 is. Let's get ahead of the deprecation of x86 by adding the new release target!

I tested this by creating a fake release in my fork, which worked correctly: https://github.com/bigfootjon/rustfmt/releases/tag/test

@ytmimi
Copy link
Contributor

ytmimi commented Dec 4, 2024

@bigfootjon Sorry, but we don't release rustfmt via GitHub releases anymore. The only supported release channel is via rustup since rustfmt has runtime dependencies on the installed rust toolchain.

You can get some additional context by reading the discussion on #5761

@ytmimi ytmimi closed this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants