Skip to content

Commit bb08b83

Browse files
authored
Merge pull request #244985 from argmaxincbot/whisperkit-cli-build-all-flag
whisperkit-cli: Set BUILD_ALL environment variable for cli build
2 parents 4eae521 + b9d9165 commit bb08b83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/w/whisperkit-cli.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ class WhisperkitCli < Formula
88
no_autobump! because: :requires_manual_review
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9f4d70ab8aac4adae190a73fd0877a9be12e9ab9e1a97918f59c09bbd1fdc872"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3b8d2e7edbbbaebe36cbcd3c1403edec0e698a24bae2560d37d6b40e8a3b703"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d2fc834aca630f85b37c543aed47bc5eb736b12cb3f984035034631411bdab4"
11+
rebuild 1
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "982007b3ea8e82d10d921b22f42e6194cfa522d436fe7a88bebe90a79c1f1392"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75d2b956d492974b9dfbd27ee87c379af486b0e66d9a94df24420d7f46385c3b"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef2041adae5c4abf8a4e52c9870fae60b06500cd279001866ac5b6dd1a753a33"
1415
end
1516

1617
depends_on xcode: ["15.0", :build]
@@ -21,6 +22,7 @@ class WhisperkitCli < Formula
2122
uses_from_macos "swift"
2223

2324
def install
25+
ENV["BUILD_ALL"] = "1"
2426
system "swift", "build", "-c", "release", "--product", "whisperkit-cli", "--disable-sandbox"
2527
bin.install ".build/release/whisperkit-cli"
2628
generate_completions_from_executable(bin/"whisperkit-cli", "--generate-completion-script")

0 commit comments

Comments
 (0)