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

Explore 3.3.0 preview2 #106

Closed intrip closed 1 year ago

flavorjones commented 1 year ago

@intrip Please see https://github.com/rake-compiler/rake-compiler-dock/pull/105 which is at the top of my OSS backlog for after Rails World

intrip commented 1 year ago

Thanks @flavorjones! I've recently upgraded an app to Ruby 3.3.0-preview2 in production and wanted to precompile a Gem. It was a bit tricky to handle it via forking because I had to also push to our own "ghcr.io" an image in order to use it; I finished the allotted time for the experimentation so I just compiled the gem in the severs this time. But would be great to have the ability to compile Gems with the Ruby preview versions, less hassle for compiling in the different ENVs 🙇‍♂️. After all, what is the use of a preview version if not to test it 😅.