Skip to content

Commit

Permalink
remove unneeded rake task "cross"
Browse files Browse the repository at this point in the history
because Lars has overhauled how we build fat binary gems in #1571
  • Loading branch information
flavorjones committed Feb 2, 2020
1 parent daa0aeb commit bbc138a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,6 @@ def verify_dll(dll, cross_ruby)
puts "#{dll}: Looks good!"
end

task :cross do
rake_compiler_config_path = File.expand_path("~/.rake-compiler/config.yml")
unless File.exists? rake_compiler_config_path
raise "rake-compiler has not installed any cross rubies. Use rake-compiler-dock or 'rake gem:windows' for building binary windows gems."
end
end

CROSS_RUBIES.each do |cross_ruby|
task "tmp/#{cross_ruby.platform}/stage/lib/nokogiri/#{cross_ruby.minor_ver}/nokogiri.so" do |t|
verify_dll t.name, cross_ruby
Expand Down

0 comments on commit bbc138a

Please sign in to comment.