Skip to content
Snippets Groups Projects
Unverified Commit 763bf6f6 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Use vendored patchelf.rb.

parent b447f57e
No related branches found
No related tags found
No related merge requests found
......@@ -139,9 +139,6 @@
**/vendor/bundle/ruby/*/gems/webrobots-*/
# Ignore conditional dependencies we don't wish to vendor
**/vendor/bundle/ruby/*/gems/bindata-*/
**/vendor/bundle/ruby/*/gems/elftools-*/
**/vendor/bundle/ruby/*/gems/patchelf-*/
**/vendor/bundle/ruby/*/gems/sorbet-*/
**/vendor/bundle/ruby/*/gems/sorbet-runtime-*/
**/vendor/bundle/ruby/*/gems/tapioca-*/
......
......@@ -131,7 +131,6 @@ module ELFShim
end
def patchelf_patcher
Homebrew.install_bundler_gems!
require "patchelf"
@patchelf_patcher ||= PatchELF::Patcher.new to_s, on_error: :silent
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment