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
329329desc "build a windows gem without all the ceremony"
330330task "gem:windows" do
331331 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' ] } "
333333end
334334
335335desc "build a jruby gem with docker"
336336task "gem:jruby" do
337337 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'
339339end
340340
341341require_relative "tasks/docker"
You can’t perform that action at this time.
0 commit comments