Use vendored patchelf.rb.

This commit is contained in:
Mike McQuaid 2020-08-11 08:41:03 +01:00
parent b447f57e36
commit 763bf6f699
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 0 additions and 4 deletions

3
.gitignore vendored
View File

@ -139,9 +139,6 @@
**/vendor/bundle/ruby/*/gems/webrobots-*/ **/vendor/bundle/ruby/*/gems/webrobots-*/
# Ignore conditional dependencies we don't wish to vendor # 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-*/
**/vendor/bundle/ruby/*/gems/sorbet-runtime-*/ **/vendor/bundle/ruby/*/gems/sorbet-runtime-*/
**/vendor/bundle/ruby/*/gems/tapioca-*/ **/vendor/bundle/ruby/*/gems/tapioca-*/

View File

@ -131,7 +131,6 @@ module ELFShim
end end
def patchelf_patcher def patchelf_patcher
Homebrew.install_bundler_gems!
require "patchelf" require "patchelf"
@patchelf_patcher ||= PatchELF::Patcher.new to_s, on_error: :silent @patchelf_patcher ||= PatchELF::Patcher.new to_s, on_error: :silent
end end