Skip to content

Commit

Permalink
Add ruby-3.4.1 target and remove x64-msvcrt
Browse files Browse the repository at this point in the history
x64-msvcrt was used in ruby<3.1 which is EOL now.
  • Loading branch information
larskanis committed Dec 26, 2024
1 parent c948ee1 commit 6ca35f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/ri-msys/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[x64-msvcrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 head].map do |packagever|
ruby_arch_packages += %w[x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
6 changes: 3 additions & 3 deletions packages/ri/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ end
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }

ruby_arch_packages = %w[x64-ucrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 head].map do |packagever|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
ruby_arch_packages += %w[x64-msvcrt x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 head].map do |packagever|
ruby_arch_packages += %w[x86-msvcrt].map do |arch|
%w[3.1.6-1 3.2.6-1 3.3.6-2 3.4.1-1 head].map do |packagever|
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
end
end
Expand Down
5 changes: 0 additions & 5 deletions recipes/sandbox/rubyinstaller-3.1.6-x64-msvcrt.files

This file was deleted.

5 changes: 0 additions & 5 deletions recipes/sandbox/rubyinstaller-3.2.6-x64-msvcrt.files

This file was deleted.

5 changes: 0 additions & 5 deletions recipes/sandbox/rubyinstaller-3.3.6-x64-msvcrt.files

This file was deleted.

0 comments on commit 6ca35f0

Please sign in to comment.