Skip to content

Commit

Permalink
grpc 1.33.2
Browse files Browse the repository at this point in the history
Closes #64943.

Signed-off-by: chenrui <chenrui333@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
jeroen authored and BrewTestBot committed Nov 16, 2020
1 parent 166a23d commit 8912ce9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/grpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ class Grpc < Formula
desc "Next generation open source RPC library and framework"
homepage "https://grpc.io/"
url "https://github.com/grpc/grpc.git",
tag: "v1.32.0",
revision: "414bb8322de2411eee1f4e841ff29d887bec7884",
tag: "v1.33.2",
revision: "ee5b762f33a42170144834f5ab7efda9d76c480b",
shallow: false
license "Apache-2.0"
revision 1
head "https://github.com/grpc/grpc.git"

livecheck do
Expand Down Expand Up @@ -37,6 +36,8 @@ def install
mkdir "cmake/build" do
args = %w[
../..
-DCMAKE_CXX_STANDARD=17
-DCMAKE_CXX_STANDARD_REQUIRED=TRUE
-DBUILD_SHARED_LIBS=ON
-DgRPC_BUILD_TESTS=OFF
-DgRPC_INSTALL=ON
Expand Down

0 comments on commit 8912ce9

Please sign in to comment.