-
Notifications
You must be signed in to change notification settings - Fork 899
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
init: macOS apple silicon runner #5957
Conversation
Thanks for the PR, but we're going to move away from distributing pre-built binaries in the future. You can read the discussion on #5761 for more details. The recommendation is for users to get rustfmt via rustup
|
It seems that I cannot use the nightly version of rustfmt so I just installed via homebrew
|
@LeviticusNelson did you mean |
Yes, I meant to write |
I'm glad that you were able to get rustfmt installed and working. I'm a bit surprised that things didn't work when you tried to install rustfmt via rustup though, and that you needed to install it via homebrew. Do you have a rust toolchain installed? If not that could be the issue. I ask because on my mac I'm using the |
I was running this command while having my default set to nightly:
This seems to still be running the stable version of rustfmt for some reason |
I'd double check whether or not you're using a nightly toolchain by default. What do you see for you
Assuming that your default toolchain is stable, if you just want to run nightly rustfmt on an ad hoc basis you can run Note: You can't pass file paths to You can run Alternatively, you can run |
I had to clear out |
I started the first steps to have aarch64-apple-darwin builds possible for rustfmt so that that people who use the aarch64-apple-darwin target can use the latest rustfmt builds.