Closed ianks closed 2 years ago
Thanks for this contribution! I've kicked off CI and we'll see how it looks.
@ianks As you can see, this failed because there are other bits in the Dockerfile that are specific to rake-compiler v1.1.6, and note that rake-compiler-dock patches rake-compiler.
I think in order to move this forward, we'll need to take a look at those patches and a) determine if they're still needed in a later version of rake-compiler, and b) if so port them to the new version.
Would you be willing to do a little more work on this? If not, that's OK, but then please close it and we'll get around to it eventually.
@flavorjones I think the patches are still needed. I think my updates should should work properly. Can you give CI another whirl? 🤞🏻
Thanks! Kicked CI again, but I believe the patches need to be updated as well (the directory name, and possible the actual diffs as well).
Noticed the Docker images were using an older version of
rake-compiler
for the default. This patch updates it to use the latest version (~>1.2.0
).