Use vendored patchelf.rb.
This commit is contained in:
parent
b447f57e36
commit
763bf6f699
3
.gitignore
vendored
3
.gitignore
vendored
@ -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-*/
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user