-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support generation of Windows executables (code-signed) #27
Comments
Depends on:
|
I was able package tebako memfs into Ruby and resolve all issues related to filesystem access. I made an experiment with original Ruby (without any tebako patches) as follows:
and uncomment
I believe that when |
Thanks @maxirmx ! I'm not sure if Ruby static build on MinGW is officially supported but hope we get a reply. We might consider contributing that portion if necessary. |
@ronaldtse |
Thanks @maxirmx . We do have to upgrade Tebako to work with Ruby 3 anyway, so it is unavoidable. Let’s do this first. We should allow building different Ruby versions. For the MinGW static build, we should proceed as well, with the goal to contribute back to Ruby mainline. |
- MSys packaging for gems without native extensions (partial implementation #27) - Ruby version upgrade to 2.7.7 - Bundler version upgrade to 2.3.22 -- we can address lutaml/expressir#106 now - Packaging optimization - Ruby extensions are not reconfigured on each tabako execution anymore (adresses #91)
Tebako now supports Linux + macOS, we just need to add Windows support.
e.g. codebykevin/ocra@9f9836d
The text was updated successfully, but these errors were encountered: