rake-compiler / rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows, Linux, Mac and JRuby binary gems.
MIT License
77 stars 30 forks source link

Dockerfile.mri: Add g++-multilib package #29

Closed glebm closed 5 years ago

glebm commented 5 years ago

This package is necessary to cross-compile C++ code to 32bit.

larskanis commented 5 years ago

Makes sense! For the time being you can use apt to install the package per compile run like here in ffi.

glebm commented 5 years ago

Thanks, that's exactly what I did! https://github.com/sass/sassc-ruby/pull/127/files#diff-52c976fc38ed2b4e3b1192f8a8e24cffR35