...
We implemented the same mechanism (__pioinfo pointer) on windows-arm64 (https://github.com/ruby/ruby/pull/8995 ). This allows to build a native version.
MSYS2 is integrating this work to re-enable clangarm64 package is now available.
Having a RubyInstaller ready after that will be the next step.
...
Code Block |
---|
# dependencies
pacman -S --noconfirm ${MINGW_PACKAGE_PREFIX}-ruby
pacman -S --noconfirm ${MINGW_PACKAGE_PREFIX}-libyaml
pacman -S --noconfirm ${MINGW_PACKAGE_PREFIX}-openssl
autoreconf -fi
./configure --with-baseruby=$(which ruby)
make
make test |