Skip to content

Commit

Permalink
Make fat gem buildable with Docker Desktop for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Oct 21, 2019
1 parent f1e14ff commit d521ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task 'gem:native' do
# See RUBY_CC_VERSION in https://github.com/rake-compiler/rake-compiler-dock/blob/master/Dockerfile.mri
RakeCompilerDock.sh <<-EOS
gem install bundler yard --no-doc && bundle
bundle exec rake cross native gem RUBY_CC_VERSION=2.4.0:2.5.0:2.6.0
rake cross native gem RUBY_CC_VERSION=2.4.0:2.5.0:2.6.0
EOS
end

Expand Down

0 comments on commit d521ddc

Please sign in to comment.