-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator-sdk (unpin [email protected])
Related: * pinning to [email protected]: #162766 * upstream: operator-framework/operator-sdk#6644
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -33,8 +32,6 @@ def install | |
end | ||
|
||
test do | ||
Check failure on line 34 in Formula/o/operator-sdk.rb GitHub Actions / Linux`brew test --verbose operator-sdk` failed on Linux!
Check failure on line 34 in Formula/o/operator-sdk.rb GitHub Actions / macOS 14-arm64`brew test --verbose operator-sdk` failed on macOS Sonoma (14) on Apple Silicon!
|
||
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 | ||
|