-
Notifications
You must be signed in to change notification settings - Fork 12
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
Publish mac-arm binary in release? #140
Comments
If you find a way to build them on Github actions, patches are welcome!
…On Thu, Jan 27, 2022, at 10:17, Mark Hansen wrote:
Hi there, just a little feature request, would love for this to run natively on M1 Mac.
On https://github.com/untitaker/hyperlink/releases/tag/0.1.20, I only see x64_64 though:
hyperlink-linux-x86_646.38 MB
hyperlink-mac-x86_642.78 MB
hyperlink-windows-x86_64.exe2.04 MB
Thanks!
—
Reply to this email directly, view it on GitHub <#140>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGMPRJPM3JNTPLZ2EKOVMTUYEES5ANCNFSM5M5KH6PQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thanks. Let me brain dump where I got up to. Looks like it's building on different OS's to achieve cross compilation today ( hyperlink/.github/workflows/release.yml Line 40 in b515475
|
we'll have to see, i am not sure if hyperlink's deptree is pure-rust at the moment. i have seen that people attempt using qemu in github actions to build the entire thing, but it appears to be horrifically slow |
oh btw, also happy to add other CI providers as long as I don't have to pay for them |
Thanks for the links. Maybe it'll be easier to just wait for github to
offer new macOS, there's no real rush on this (just wanted to file a
tracking bug to indicate desire).
…On Thu, 27 Jan 2022 at 23:44, Markus Unterwaditzer ***@***.***> wrote:
https://www.reddit.com/r/rust/comments/n48wzo/building_apple_m1_binaries_in_ci/
https://github.com/helgoboss/realearn/blob/2afd3c3f1308f6162d2a6f60af72b4a39d035d09/.github/workflows/macos-aarch64.yml
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZYOIZXNB5GANKOVYT2X3UYE4ZNANCNFSM5M5KH6PQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
this was fairly easy, 0.1.21 now has an arm binary for macos, but no idea if it works, really |
Very cool. Nice, those commits look like it wasn't the big hassle I expected! I can confirm it works on my ARM macbook. And, as you might expect, it's faster!
|
Also faster when checking anchors:
|
Hi there, just a little feature request, would love for this to run natively on M1 Mac.
On https://github.com/untitaker/hyperlink/releases/tag/0.1.20, I only see x64_64 though:
hyperlink-linux-x86_646.38 MB
hyperlink-mac-x86_642.78 MB
hyperlink-windows-x86_64.exe2.04 MB
Thanks!
The text was updated successfully, but these errors were encountered: