-
Notifications
You must be signed in to change notification settings - Fork 123
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
Are there any plans of supporting Ruby 2.2.4 and 2.3.0? #62
Comments
Bumping the question. Thank you for this awesome project. |
Yes there are, but it depends on my free time. Right now I am working at 100% capacity on commercial projects. |
I tried to build on OS X, but even 2.2.5 cannot be compiled (I updated openssl to 1.0.2h because f is not available anymore):
I want to use traveling-ruby to pack fpm because require Ruby in project electorn-buidler is a nightmare. Will be cool if someone point me how to fix this error. |
Linux build successful after some changes: develar@777c2f8 I will publish new version (ruby 2.3.1) and updated native exts in my fork when it will be tested (~one week). |
2.3.1 available for Linux in my fork: https://github.com/develar/traveling-ruby/releases Changes:
Version scheme is changed — ${ruby_version}-${optional-patch-release-number}. e.g. @FooBarWidget You can get my changes https://github.com/develar/traveling-ruby/commits/master or, if you will have time, I can prepare PR here. |
Any news guys? |
@develar I tried to build binaries from your repo but I'm getting:
Seems that
|
@develar Do you have a backup of |
@develar , build failed. ╰─ $ 127 ./setup-runtime -a x86_64 -r 2.3.1 runtime/2.3.1-x86_64/
Preparing
------------------------------------------
container_linux.go:247: starting container process caused "exec: \"/system/my_init\": stat /system/my_init: no such file or directory"
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "exec: \"/system/my_init\": stat /system/my_init: no such file or directory".
ERRO[0000] error getting events from daemon: net/http: request canceled |
@develar: I tested today with your
|
@develar: I removed the command in
|
referencing this in #88 and adding a milestone to add Ruby versions support. |
Thanks for your fantastic work!
The text was updated successfully, but these errors were encountered: