Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class EnvoyAT118 < Formula
revision: "bef18019d8fc33a4ed6aca3679aff2100241ac5e"
license "Apache-2.0"

# Apple M1/arm64 is pending envoyproxy/envoy#16482
bottle do
sha256 cellar: :any_skip_relocation, big_sur: "3536e288183abeb9f36505065c889bc376ca3b3b3e526f8850a33d5b9a0399d5"
sha256 cellar: :any_skip_relocation, catalina: "2af03e6c0a7f978f1f87ffdb84861c9e75995ff783356f14e088c07bb8bbb03f"
Expand All @@ -19,7 +20,6 @@ class EnvoyAT118 < Formula
depends_on "bazelisk" => :build
depends_on "cmake" => :build
depends_on "coreutils" => :build
depends_on "go" => :build
depends_on "libtool" => :build
depends_on "ninja" => :build
depends_on macos: :catalina
Expand Down