Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Patch for resolv.rb #1884

Merged
merged 6 commits into from
Mar 27, 2024
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
# Here we patch the Ruby Win32/Reolv.rb file to make reloading the Win32::Registry class
# conditional and therefore prevent the monkeypatch from being overwritten.
if windows? && version.satisfies?("~> 3.0.0")
patch source: "ruby-win32_resolv.patch", plevel: 1, env: patch_env
patch source: "ruby-win32_resolv.patch", plevel: 0, env: patch_env
end

# RHEL6 has a base compiler that does not support -fstack-protector-strong, but we
Expand Down