diff options
author | Alexander Polcyn <apolcyn@google.com> | 2018-01-03 14:47:26 -0800 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2018-01-08 13:27:20 -0800 |
commit | 8065a5e73c54801ed0f6c2b6e5469c4e34a83f48 (patch) | |
tree | 8aaec3160d4ef41a2d5582c435d078db8d65245c /Rakefile | |
parent | 2b0ab320c12cb807cf05b3295b7017d0ccbf66f5 (diff) |
Use rake-compiler-dock's Dockerfile as a base in grpc's fork of it
Diffstat (limited to 'Rakefile')
-rwxr-xr-x | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,10 +113,10 @@ task 'gem:native' do if RUBY_PLATFORM =~ /darwin/ FileUtils.touch 'grpc_c.32.ruby' FileUtils.touch 'grpc_c.64.ruby' - system "rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}" + system "rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}" else Rake::Task['dlls'].execute - docker_for_windows "gem update --system && bundle && rake cross native gem RUBY_CC_VERSION=2.4.0:2.3.0:2.2.2:2.1.5:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}" + docker_for_windows "gem update --system && bundle && rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0 V=#{verbose} GRPC_CONFIG=#{grpc_config}" end end |