Skip to content

Commit

Permalink
kiota 1.20.0
Browse files Browse the repository at this point in the history
kiota: remove build patch

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and cho-m committed Nov 16, 2024
1 parent aaa882e commit 3619dfc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Formula/k/kiota.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kiota < Formula

Check warning on line 1 in Formula/k/kiota.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

No bottle built for kiota!

kiota has unbottled dependencies, so a bottle will not be built.
desc "OpenAPI based HTTP Client code generator"
homepage "https://aka.ms/kiota/docs"
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.19.1.tar.gz"
sha256 "8a6d0d31d71a90edea434df6df4a8bfa96d70e781e64b72e490e295a2accf1d9"
url "https://github.com/microsoft/kiota/archive/refs/tags/v1.20.0.tar.gz"
sha256 "2090ed62884c77ae26ba1f0c37b9c250c2dc7b7229c0e18fbdfcb67c8b2c96bc"
license "MIT"
head "https://github.com/microsoft/kiota.git", branch: "main"

Expand All @@ -15,16 +15,10 @@ class Kiota < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c65a764bd7f811755436ca5149f166b46a4277611bb188ba9ed7eeb2ba7ae0fb"
end

depends_on "dotnet"

# compiler version mismatch patch, upstream pr ref, https://github.com/microsoft/kiota/pull/5606
patch do
url "https://github.com/microsoft/kiota/commit/fb91d056b08660452d8d30bd6dddfa4024e97594.patch?full_index=1"
sha256 "4188a55d5e125af0be275d2421a4a9886bf7bb7b8099aee3f58a9853d166cd94"
end
depends_on "dotnet@8"

def install
dotnet = Formula["dotnet"]
dotnet = Formula["dotnet@8"]
os = OS.mac? ? "osx" : OS.kernel_name.downcase
arch = Hardware::CPU.intel? ? "x64" : Hardware::CPU.arch.to_s

Expand Down

0 comments on commit 3619dfc

Please sign in to comment.