Skip to content

Commit

Permalink
ext: update for rake-compiler-dock v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 13, 2024
1 parent dbc2ab2 commit b0f4185
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .cross_rubies
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
3.2.0:x64-mingw-ucrt
3.2.0:x86_64-darwin
3.2.0:x86_64-linux
3.3.0:aarch64-linux
3.3.0:arm-linux
3.3.0:arm64-darwin
3.3.0:x64-mingw-ucrt
3.3.0:x86_64-darwin
3.3.0:x86_64-linux
3.3.5:aarch64-linux
3.3.5:arm-linux
3.3.5:arm64-darwin
3.3.5:x64-mingw-ucrt
3.3.5:x86_64-darwin
3.3.5:x86_64-linux
6 changes: 2 additions & 4 deletions rakelib/extensions.rake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CrossRuby = Struct.new(:version, :platform) do
when "x64-mingw-ucrt"
"x86_64-w64-mingw32-"
when "x86_64-linux"
"x86_64-redhat-linux-gnu-"
"x86_64-linux-gnu-"
when "aarch64-linux"
"aarch64-linux-gnu-"
when "x86_64-darwin"
Expand Down Expand Up @@ -185,9 +185,7 @@ CrossRuby = Struct.new(:version, :platform) do

def dll_ref_versions
case platform
when X86_LINUX_PLATFORM_REGEX
{ "GLIBC" => "2.17" }
when AARCH_LINUX_PLATFORM_REGEX, ARM_LINUX_PLATFORM_REGEX
when AARCH_LINUX_PLATFORM_REGEX, ARM_LINUX_PLATFORM_REGEX, X86_LINUX_PLATFORM_REGEX
{ "GLIBC" => "2.29" }
else
raise "CrossRuby.dll_ref_versions: unmatched platform: #{platform}"
Expand Down

0 comments on commit b0f4185

Please sign in to comment.