Several ruby dependencies compiles native code. They use different build system: configure, simple Makefile, but some of them uses CMake.
The official CircleCI Ruby does not provide CMake. Developers have to create their own Ruby image with CMake included.
Can the circleci/ruby image include all common build tools (I believe CMake is one of them) by default?
Thanks
CCI-I-454