Skip to content

Commit

Permalink
The patcher cannot find the files to patch. Had to update the plevel …
Browse files Browse the repository at this point in the history
…from p1 tp p0

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Mar 27, 2024
1 parent 93b0470 commit 8d5c42f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@
# 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.

puts "************************ PATCH ENV ***************************"
puts patch_env
puts "********************** END PATCH ENV ************************"

if windows? && version.satisfies?("~> 3.0.0")
patch source: "ruby-win32_resolv.patch", plevel: 0, env: patch_env
end
Expand Down

0 comments on commit 8d5c42f

Please sign in to comment.