Skip to content

Commit

Permalink
add gcc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 19, 2024
1 parent 15b8896 commit 8a589e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Formula/hostd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Hostd < Formula
url "https://github.com/SiaFoundation/hostd.git", :tag => "v1.0.2-beta.1"

depends_on "go" => :build
depends_on "gcc" => :build

def install
system "go", "generate", "./..."
Expand Down
1 change: 1 addition & 0 deletions Formula/renterd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Renterd < Formula
url "https://github.com/SiaFoundation/renterd.git", :tag => "v1.0.2"

depends_on "go" => :build
depends_on "gcc" => :build

def install
system "go", "generate", "./..."
Expand Down

0 comments on commit 8a589e0

Please sign in to comment.