sass / sassc-ruby

Use libsass with Ruby!
MIT License
366 stars 156 forks source link

building static gem #194

Open Roguelazer opened 4 years ago

Roguelazer commented 4 years ago

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?