Skip to content

Commit

Permalink
precompiled: drop x64-mingw32
Browse files Browse the repository at this point in the history
This platform was only needed for Ruby 3.0 and earlier, which we've
dropped from the native gems.
  • Loading branch information
flavorjones committed Dec 14, 2024
1 parent 02f7d0d commit 7ee098d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions precompiled/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ cross_platforms = [
"aarch64-linux-musl",
"arm-linux-gnu",
"arm-linux-musl",
"arm64-darwin",
"x64-mingw-ucrt",
"x64-mingw32",
"x86-linux-gnu",
"x86-linux-musl",
"x86_64-darwin",
"x86_64-linux-gnu",
"x86_64-linux-musl",
"arm64-darwin",
"x86_64-darwin",
"x64-mingw-ucrt",
]
ENV["RUBY_CC_VERSION"] = cross_rubies.join(":")

Expand Down

0 comments on commit 7ee098d

Please sign in to comment.