We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 617ae83 + 9059ef5 commit 39f0160Copy full SHA for 39f0160
1 file changed
configs/components/ruby-3.2.rb
@@ -82,7 +82,7 @@
82
83
special_flags = " --prefix=#{ruby_dir} --with-opt-dir=#{settings[:prefix]} "
84
85
- if (platform.is_debian? && platform.os_version.to_i >= 13) || (platform.is_ubuntu? && platform.os_version =~ /25.04/)
+ if (platform.is_debian? && platform.os_version.to_i >= 13) || (platform.is_ubuntu? && platform.os_version =~ /25.04/ || platform.is_sles? && platform.os_version.to_i >= 16)
86
# A problem with --enable-dtrace, which I suspect may be because of GCC on the Trixie image.
87
# Check if this is still needed next time we bump Ruby and/or bump the Debian 13
88
# container to the release version.
0 commit comments