Skip to content

Commit 594f423

Browse files
committed
protobuf: Bump Protobuf version to 3.7.0
Bump Protobuf version to 3.7.0 Signed-off-by: Nitesh Konkar <[email protected]>
1 parent 053853f commit 594f423

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

api/next.pb.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ file {
840840
java_outer_classname: "FieldMaskProto"
841841
java_multiple_files: true
842842
go_package: "google.golang.org/genproto/protobuf/field_mask;field_mask"
843+
cc_enable_arenas: true
843844
objc_class_prefix: "GPB"
844845
csharp_namespace: "Google.Protobuf.WellKnownTypes"
845846
}

script/setup/install-protobuf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
set -eu -o pipefail
2222

23-
PROTOBUF_VERSION=3.5.1
23+
PROTOBUF_VERSION=3.7.0
2424
GOARCH=$(go env GOARCH)
2525
GOOS=$(go env GOOS)
2626
PROTOBUF_DIR=$(mktemp -d)
@@ -41,6 +41,10 @@ amd64|386)
4141
unzip $PROTOBUF_DIR/protobuf -d /usr/local
4242
;;
4343

44+
ppc64le)
45+
wget -O $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-ppcle_64.zip"
46+
unzip $PROTOBUF_DIR/protobuf -d /usr/local
47+
;;
4448
*)
4549
wget -O $PROTOBUF_DIR/protobuf "https://github.com/google/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-cpp-$PROTOBUF_VERSION.zip"
4650
unzip $PROTOBUF_DIR/protobuf -d /usr/src/protobuf

0 commit comments

Comments
 (0)