Skip to content

Commit

Permalink
logstash: uses_from_macos "ruby"
Browse files Browse the repository at this point in the history
- This runs `rake` at build-time, which is included in Ruby, which is
  included with macOS but not Linux.
  • Loading branch information
issyl0 authored and carlocab committed Feb 6, 2021
1 parent a2d958f commit ec6259b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/logstash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Logstash < Formula

depends_on "openjdk@8"

uses_from_macos "ruby" => :build

def install
# remove non open source files
rm_rf "x-pack"
Expand Down

0 comments on commit ec6259b

Please sign in to comment.