Skip to content

Commit 2b927f1

Browse files
protobuf-github-botJasonLunn
authored andcommitted
Drop references to x64-mingw32 since we no longer support Ruby 3.0.
PiperOrigin-RevId: 863514368
1 parent 2526892 commit 2b927f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ruby/Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ PLATFORMS
2424
ruby
2525
universal-java-23
2626
x64-mingw-ucrt
27-
x64-mingw32
2827
x86-linux
2928
x86-mingw32
3029
x86_64-darwin

ruby/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ else
119119
ext.lib_dir = "lib/google"
120120
ext.cross_compile = true
121121
ext.cross_platform = [
122-
'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
122+
'x86-mingw32', 'x64-mingw-ucrt',
123123
'x86_64-linux', 'x86-linux',
124124
'x86_64-darwin', 'arm64-darwin',
125125
]
@@ -149,7 +149,7 @@ else
149149
task 'gem:windows' do
150150
sh "rm Gemfile.lock"
151151
require 'rake_compiler_dock'
152-
['x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt', 'x86_64-linux', 'x86-linux'].each do |plat|
152+
['x86-mingw32', 'x64-mingw-ucrt', 'x86_64-linux', 'x86-linux'].each do |plat|
153153
RakeCompilerDock.sh <<-"EOT", platform: plat
154154
bundle && \
155155
IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=3.1.0:3.0.0:2.7.0

0 commit comments

Comments
 (0)