Skip to content

Commit

Permalink
k8sgpt 0.3.31
Browse files Browse the repository at this point in the history
k8sgpt: add build patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed May 17, 2024
1 parent aa79d94 commit 674f786
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/k/k8sgpt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class K8sgpt < Formula

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)

Check notice on line 1 in Formula/k/k8sgpt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for k8sgpt from

:ba1d5f2954a (Merge 262ece26416804574d09163492303112b280aa82 into 31df0132ff0f0fe45b28bdfbb21f90c996edef2f, 2024-05-16)
desc "Scanning your k8s clusters, diagnosing, and triaging issues in simple English"
homepage "https://k8sgpt.ai/"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.30.tar.gz"
sha256 "096b234fcb6abfce3e3cf82051719f31d8049b29a842809f183379899682622a"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.31.tar.gz"
sha256 "a76dded5c65c9694fabcc667be361c6961adcc5f12f9f37f665ca2bd08820eeb"
license "Apache-2.0"
head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main"

Expand All @@ -18,6 +18,12 @@ class K8sgpt < Formula

depends_on "go" => :build

# patch build, upstream pr ref, https://github.com/k8sgpt-ai/k8sgpt/pull/1115
patch do
url "https://github.com/k8sgpt-ai/k8sgpt/commit/1fb75a633c546bc6ada689e27d29c134d4cf8b5f.patch?full_index=1"
sha256 "9ca5985449b404e4d12db2c3ce8823a18dc29fa9f8b391eb48c0de22400fe292"
end

def install
ldflags = %W[
-s -w
Expand Down

0 comments on commit 674f786

Please sign in to comment.