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 971cb10 + a815a9e commit 6b0bf4cCopy full SHA for 6b0bf4c
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