From 2285d2a21a6f9101c592a2c88df57151bb2888cc Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 12 Feb 2025 21:52:21 +0200 Subject: [PATCH 1/2] eksctl: simplify binary build --- Formula/e/eksctl.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index 5e295b0d9bfd..5013eb42b481 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -16,16 +16,10 @@ class Eksctl < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "efcd6814978a781db4e305a197f1f0ea5b3feaa70b0610600bf5b489f6f8caa8" end - depends_on "counterfeiter" => :build depends_on "go" => :build - depends_on "go-bindata" => :build - depends_on "ifacemaker" => :build - depends_on "mockery" => :build def install - ENV["GOBIN"] = HOMEBREW_PREFIX/"bin" - ENV.deparallelize # Makefile prerequisites need to be run in order - system "make", "build" + system "make", "binary" bin.install "eksctl" generate_completions_from_executable(bin/"eksctl", "completion") From 089148031e43e666128d54e9778cfb269076b42f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:44:15 +0000 Subject: [PATCH 2/2] eksctl: update 0.203.0 bottle. --- Formula/e/eksctl.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/e/eksctl.rb b/Formula/e/eksctl.rb index 5013eb42b481..6475f1dfcf48 100644 --- a/Formula/e/eksctl.rb +++ b/Formula/e/eksctl.rb @@ -8,12 +8,13 @@ class Eksctl < Formula head "https://github.com/eksctl-io/eksctl.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c837034a688e9ba35d9bb117dd71b73466a18b494101b3ec78e0eef8d88fea37" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "29530c1956323cb5c92e8c36c3c75eecf0c63df6e93aaded3e4fa70fdd8ddac8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "283d4708543ffe32796b7feeade29c1201646f5c69e887289c437ebca5cdbbdd" - sha256 cellar: :any_skip_relocation, sonoma: "580893f1a3bdfd9adfb8010a0360b100b93c512e6a6a19efa41c4f605481f2ec" - sha256 cellar: :any_skip_relocation, ventura: "08f50044e4f75419a55a1a7201a61f67ce262a409b610eef3d518b762dd72cf3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "efcd6814978a781db4e305a197f1f0ea5b3feaa70b0610600bf5b489f6f8caa8" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8bea552f9d81b62d5a53973af929c82f66288b6795bcf7c18db43f19c6b70d5d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7c28b6dc430756329d46668989a4eba7c125d1e18f2320e91a60420db3f509e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "80ff5949907f4e87d6c260e1db19db4b926e5cefbb795ab423619a6493374f76" + sha256 cellar: :any_skip_relocation, sonoma: "2ecf18f8c2186895d23712a62101d172cdc71b002cb7376d47fcc03c63d2368a" + sha256 cellar: :any_skip_relocation, ventura: "27bac6b0d8e693739bba37c453ec03ab15a076b1da7e1f6d957ceb416fb1baf2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d440beb94532a2b45ea204cc96f5350bdf5ad607ba7e50b18ea1c376409b9c3" end depends_on "go" => :build