-
Notifications
You must be signed in to change notification settings - Fork 24
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
Please publish macOS Arm (or Universal 2) binaries #61
Comments
If only I new how to integrate github actions :-) |
Hi @petasis ! To make a GitHub action for compiling ARM binaries, do the following:
This workflow will compile the arm binaries and return the binary below. EDIT: I updated the workflow file to resolve the warnings in the image. |
I have updated the AppVeyor CI workflow, to build macOS binaries for Sonoma (both x86_64 and arm64) through cross-compilation, for Tcl 9.0.1 (Homebrew). Can you please verify that these binaries work? I have no access to any apple hardware to test them. You can find the binaries at TkDND Github Releases (2.9.5). https://github.com/petasis/tkdnd/releases/tag/tkdnd-release-test-v2.9.5 |
Thank you for the recent updates and for building these binaries. I am currently in the process of verifying that they work. |
I apologize for taking forever to respond, I finally found an intelligent way to test the binaries. I am currently testing the macos x64 binaries. I currently receive an error with 2.9.5 that I don't experience with 2.9.4. When loading the binary I receive the error
Did anything significant change that would impact TCL stubs? |
It looks like GitHub Actions is ready for this: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
The text was updated successfully, but these errors were encountered: