Skip to content
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

Add new platform aarch64-mingw-ucrt aka Windows on ARM #152

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

larskanis
Copy link
Member

It fits to the latest RubyInstaller release:
https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html

Fixes #148

@larskanis larskanis force-pushed the add-woa branch 3 times, most recently from f279133 to 56a490c Compare January 22, 2025 13:07
It fits to the latest RubyInstaller release:
  https://rubyinstaller.org/2025/01/19/rubyinstaller-3.4.1-2-released.html

The llvm binaries are taken from https://github.com/mstorsjo/llvm-mingw which looks pretty well maintained.
There's also a "Known issues" section, which lists some helpful instructions for porting.

Fixes #148
This is done by some extensions and it shouldn't fail.
The warning is raised when compiling a C extension within the ruby header files:
  warning: implicit conversion loses integer precision: 'unsigned long long' to 'long' [-Wshorten-64-to-32]

When the extconf.rb enforces "-Werror" then this warning breaks mkmf tests and the subsequent build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add aarch64-mingw-ucrt cross platform for Windows on ARM
1 participant