File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 2020#
2121set -eu -o pipefail
2222
23- PROTOBUF_VERSION=3.5.1
23+ PROTOBUF_VERSION=3.7.0
2424GOARCH=$( go env GOARCH)
2525GOOS=$( go env GOOS)
2626PROTOBUF_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
You can’t perform that action at this time.
0 commit comments