-
Notifications
You must be signed in to change notification settings - Fork 139
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
builds artifacts for linux arm64 #152
Comments
I've ended up adopting sd quite heavily inside https://github.com/bevry/dorothy - a cross-platform dotfile ecosystem - and noticed that on arm devices (such as my raspberry pis) it needs to download rust to compile itself, which is unfortunate, as it means installing Dorothy needs to install rust. Out of other rust packages that Dorothy provides installers for, I've noticed:
Perhaps the necessary build tooling could be pulled from them? |
Microsoft has a cross-platform builder for ripgrep, maybe that will be helpful: |
I cut a release on my fork to support this, as I needed this for support on Graviton instances: Hopefully, once #179 is merged in, we can fetch this from a release on this repo. |
I'm guessing the release of this is pending on #200 |
arm support thanks to @yhakbar via chmln/sd#152 (comment)
More or less yes. There are a couple of things that I want to get cleaned up before the next release, and the next release will fix this issue I'm very pressed for time currently and probably will be for the next month or so. PRs are welcome of course |
Take your time @CosmicHorrorDev ! Not to rush you or anything, but do you have things that you need PRs for before the next release? Happy to chip in if I can help. I think you mentioned that you needed some more CI work done. I can take a look at that if there's a relevant issue blocking the release. |
I can throw together a tracking issue later today. Any help would be greatly appreciated 🙏 |
Is this considered blocking for the release @CosmicHorrorDev ? I think the work to get |
I believe you're right that the work for this is already merged. I'll go ahead and close this since the next release should be very soon |
It would be great to also have linux arm64 binaries for releases.
The text was updated successfully, but these errors were encountered: