Skip to content

Commit

Permalink
operator-sdk (unpin [email protected])
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jul 22, 2024
1 parent d21e698 commit 29416c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Formula/o/operator-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class OperatorSdk < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "8102410241e3ef5ff368f5da37cf2f1a200ff891cf2ba060bf54b49c0571e68c"
end

# use "go" again when https://github.com/operator-framework/operator-sdk/issues/6644 is resolved and released
depends_on "[email protected]"
depends_on "go"

def install
ENV["GOBIN"] = bin
Expand All @@ -33,8 +32,6 @@ def install
end

test do
ENV.prepend_path "PATH", Formula["[email protected]"].bin

if build.stable?
version_output = shell_output("#{bin}/operator-sdk version")
assert_match "version: \"v#{version}\"", version_output
Expand Down

0 comments on commit 29416c6

Please sign in to comment.