Skip to content

Commit

Permalink
docs: remove protoc from development manual
Browse files Browse the repository at this point in the history
Those are kata-containers specifics, and ideally should be part of
kata-containers documentation to avoid getting out of date bits.

Also, iiuc, in order to build the runtime, there is no need to have
protoc, since they are pre-compiled and versioned.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Nov 13, 2023
1 parent 6bb5f81 commit c020125
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ BUILTIN_CLOUD_PROVIDERS="aws azure ibmcloud" make

Install the prerequisites as mentioned in the following [link](https://github.com/kata-containers/kata-containers/blob/main/docs/Developer-Guide.md#requirements-to-build-individual-components)

Install `protoc`
```
wget -c https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
sudo unzip protoc-3.11.4-linux-x86_64.zip -d /usr/local
```

Build the runtime

```
Expand Down

0 comments on commit c020125

Please sign in to comment.