You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 (usingrake_compiler_dock
). Are there instructions for how to build the static Gem without access to docker somewhere?The text was updated successfully, but these errors were encountered: