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.
rake gem:native
1 parent b20c8b0 commit a815a9eCopy full SHA for a815a9e
Rakefile
@@ -38,7 +38,7 @@ task 'gem:native' do
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 && bundle && gem i rake --no-document && "\
+ RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && 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