rake-compiler / rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows, Linux, Mac and JRuby binary gems.
MIT License
77 stars 30 forks source link

Static linking patch isn't applied #26

Closed jarro2783 closed 5 years ago

jarro2783 commented 5 years ago

The latest version of the container applies a patch to rake-compiler-1.0.6 to enable static linking, but it looks like the version of rake-compiler installed is 1.0.7. This results in not being able to compile gems because libruby.a is missing.

jarro2783 commented 5 years ago

Thanks.