Skip to content

Commit

Permalink
Update the protobuf version from 22.0 to 28.3 (#8497)
Browse files Browse the repository at this point in the history
Also update README to reflect the bazel 6.3.0 version
  • Loading branch information
macneale4 authored Oct 28, 2024
1 parent 19ea102 commit 0257cc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ Dependencies are git submodules in //proto/third_party. Make sure you have all t
submodules synced. If not, you can sync them initially with:
git submodule update --init

* You need to build protoc in //proto/third_party/protobuf by running `bazel
build //:protoc` from that directory. Currently tested with bazel version 3.1.0.
* Get the 6.3.0 version of bazel from https://github.com/bazelbuild/bazel/releases/tag/6.3.0
Later versions don't currently work. Verify the version and ensure it's first in your path.

* You need to build protoc in //proto/third_party/protobuf by running:
`bazel build //:protoc` from that directory.
WARNING: you may need to simplify your env with a prefix of `PATH=/usr/local/bin:/usr/bin:/bin`

* You need to run `go build -o ._protoc-gen-go ./cmd/protoc-gen-go` in
`third_party/protobuf-go`.
Expand Down
2 changes: 1 addition & 1 deletion proto/third_party/protobuf
Submodule protobuf updated 2670 files

0 comments on commit 0257cc9

Please sign in to comment.