sassc-ruby
sassc-ruby copied to clipboard
building static gem
The static gem you distribute is built against glibc 2.14, which we don't have available. I'm looking at building my own static gem using our GCC8 on glibc 2.12, and I can easily build libsass with rake compile:libsass, but the instructions for building the static gem only seem to be available for docker (using rake_compiler_dock). Are there instructions for how to build the static Gem without access to docker somewhere?