File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,13 +329,13 @@ end
329
329
desc "build a windows gem without all the ceremony"
330
330
task "gem:windows" do
331
331
require "rake_compiler_dock"
332
- RakeCompilerDock . sh "bundle && rake cross native gem MAKE='nice make -j`nproc`' RUBY_CC_VERSION=#{ ENV [ 'RUBY_CC_VERSION' ] } "
332
+ RakeCompilerDock . sh "gem install bundler && bundle && rake cross native gem MAKE='nice make -j`nproc`' RUBY_CC_VERSION=#{ ENV [ 'RUBY_CC_VERSION' ] } "
333
333
end
334
334
335
335
desc "build a jruby gem with docker"
336
336
task "gem:jruby" do
337
337
require "rake_compiler_dock"
338
- RakeCompilerDock . sh "bundle && rake java gem" , rubyvm : 'jruby'
338
+ RakeCompilerDock . sh "gem install bundler && bundle && rake java gem" , rubyvm : 'jruby'
339
339
end
340
340
341
341
require_relative "tasks/docker"
You can’t perform that action at this time.
0 commit comments