-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support Apple silicon #902
Conversation
if: matrix.target == 'aarch64-apple-darwin' | ||
shell: bash | ||
run: | | ||
rustup target add aarch64-apple-darwin |
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.
Won't the rust-toolchain
step above take care of this?
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.
Sorry, I do not know.
I have zero knowledge of Rust environments.
No idea, ripgrep still doesn't have arm builds for Mac in CI for me to copy from. While I'm cautious about adopting |
This PR is really an inspiration for you. |
I think the amd64 binary was built: https://github.com/szepeviktor/typos/actions/runs/7493064842/job/20397945540#step:6:1 |
Fixes #828
@epage Is this the right direction? I've never seen a Rust environment.