Skip to content

Commit

Permalink
Add ruby-3.3 to windows binary gems
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Feb 15, 2024
1 parent d99a6b4 commit 9ca5732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ CrossLibraries.each do |xlib|
RakeCompilerDock.sh <<-EOT, platform: platform
(cp build/gem/gem-*.pem ~/.gem/ || true) &&
bundle install --local &&
rake native:#{platform} pkg/#{$gem_spec.full_name}-#{platform}.gem MAKE="make -j`nproc`" RUBY_CC_VERSION=3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0
rake native:#{platform} pkg/#{$gem_spec.full_name}-#{platform}.gem MAKE="make -j`nproc`" RUBY_CC_VERSION=3.3.0:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0
EOT
end
desc "Build the windows binary gems"
Expand Down

0 comments on commit 9ca5732

Please sign in to comment.