-
Notifications
You must be signed in to change notification settings - Fork 103
Make ssh_scan portable "binaries" #201
Comments
@claudijd Hi, I would like to work on this one, can you assign it to me ? |
@yashmehrotra I was trying to work but got busy with some other work. There is kind of one bug with my rakefile if you could fix that up it is good to go.
|
Hope that would help you @yashmehrotra |
@jinankjain Yeah, thanks, its a definite boost, i'll try to fix the above rakefile. |
@jinankjain Can you also send me the |
@yashmehrotra Sorry for the late reply I was busy working on some other stuff
|
Just came through this and found this interesting... creating a PR for this, supporting linux x86, x86_64, osx and windows. |
We now have the ability to create these binaries, maybe we could discuss in MWoS meeting on how we would want to integrate this into the release pipeline so we can offer the portable binaries as an install point. |
yeah sure 👍 |
@claudijd This issue is closed now? |
@jinankjain we have the ability to create these binaries with rake tasks now. |
A common problem with ruby apps is not having a native ruby environment where you want to run it. I looked into options for this and traveling-ruby seems like the right fit. It basically allows you to ship the entire application and a pre-compiled ruby with the file.
There is a tutorial here, which I think we'd want to test out a bit and then just turn into a rake task that we run on master or just at release time.
https://github.com/phusion/traveling-ruby/blob/master/TUTORIAL-1.md
I went through the hello world tutorial and it seemed to be pretty promising. Would be cool if someone was willing to prove that all the way out and send a PR for it.
The text was updated successfully, but these errors were encountered: