Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Use buf.build to manage our protobuf related activities #2736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Prev Previous commit
Next Next commit
docs: update CONTRIBUTING
  • Loading branch information
alessio-perugini authored and cmaglie committed Oct 21, 2024
commit ffd12933f0e5d96e1add421ae4522e453b839343
10 changes: 2 additions & 8 deletions 10 docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@ If you want to run integration tests you will also need:

If you're working on the gRPC interface you will also have to:

- download and install the [protoc][6] compiler (use the version required to match the generated code, please note that
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
as 26.1 dropping the major number)
- install `protoc-gen-go` using: `go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2` (use the version
required to match the generated code)
- install `protoc-gen-go-grpc` using: `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0` (use the version
required to match the generated code)
- download and install [buf][6] our tool to compile and generate proto files

### Building the source code

Expand Down Expand Up @@ -337,7 +331,7 @@ If your PR doesn't need to be included in the changelog, please start the commit
[1]: https://go.dev/doc/install
[2]: https://taskfile.dev/#/installation
[3]: https://www.python.org/downloads/
[6]: https://github.com/protocolbuffers/protobuf/releases
[6]: https://buf.build/docs/installation/
[7]: https://pages.github.com/
[9]: https://www.mkdocs.org/
[11]: https://github.com/arduino/arduino-cli/blob/master/.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.