mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- set GEM_HOME and GEM_PATH so gembag installs to the right place
(for proper MRI/rbx support)
This commit is contained in:
parent
a9a191d620
commit
6061117565
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ deps = [spec.development_dependencies, spec.runtime_dependencies].flatten
|
|||
# target for now
|
||||
rubymajor = RUBY_VERSION.split(".")[0..1].join(".")
|
||||
target = "vendor/bundle/#{RUBY_ENGINE}/#{rubymajor}/"
|
||||
ENV["GEM_HOME"] = target
|
||||
ENV["GEM_PATH"] = ""
|
||||
|
||||
deps.each do |dep|
|
||||
# TODO(sissel): Hack for now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue