Skip to content

Commit 39f0160

Browse files
authored
Merge pull request #105 from OpenVoxProject/sles
Add SLES 16 workaround for dtrace
2 parents 617ae83 + 9059ef5 commit 39f0160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/components/ruby-3.2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
special_flags = " --prefix=#{ruby_dir} --with-opt-dir=#{settings[:prefix]} "
8484

85-
if (platform.is_debian? && platform.os_version.to_i >= 13) || (platform.is_ubuntu? && platform.os_version =~ /25.04/)
85+
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)
8686
# A problem with --enable-dtrace, which I suspect may be because of GCC on the Trixie image.
8787
# Check if this is still needed next time we bump Ruby and/or bump the Debian 13
8888
# container to the release version.

0 commit comments

Comments
 (0)