Skip to content

Commit

Permalink
Fix CGO_ENABLED should be 0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaionescu committed Nov 10, 2022
1 parent 865e77b commit 7e8433d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/earthly.rb
Expand Up @@ -19,6 +19,7 @@ class Earthly < Formula
depends_on "go@1.19" => :build

def install
ENV["CGO_ENABLED"] = "0"
# the earthly_gitsha variable is required by the earthly release script, moving this value it into
# the ldflags string will break the upstream release process.
earthly_gitsha = "7e4f1df4c124db1644d51d312b19313217cbe478"
Expand Down

0 comments on commit 7e8433d

Please sign in to comment.