We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cb5c9e + ee8154d commit 1bc1c54Copy full SHA for 1bc1c54
Rakefile
@@ -36,9 +36,7 @@ task 'gem:native' do
36
37
# The RUBY_CC_VERSION here doesn't matter for the final package.
38
# Only one version should be specified, as the shared library is Ruby-agnostic.
39
- #
40
- # g++-multilib is installed for 64->32-bit cross-compilation.
41
- RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && gem i rake bundler --no-document && bundle && "\
+ RakeCompilerDock.sh "gem i rake bundler --no-document && bundle && "\
42
"rake clean && rake cross native gem MAKE='nice make -j`nproc`' "\
43
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
44
end
0 commit comments