Skip to content

Commit

Permalink
Updating Patch for resolv.rb (#1884)
Browse files Browse the repository at this point in the history
* The patcher cannot find the files to patch. Had to update the plevel from p1 to p0

---------

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Mar 27, 2024
1 parent 763ae8b commit fae6c39
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fae6c39

Please sign in to comment.