Merge pull request #1334 from clnperez/ppc64le-protoc

agent: README update to install protoc for ppc64le
This commit is contained in:
Fabiano Fidêncio 2021-02-06 01:08:42 +01:00 committed by GitHub
commit d4391d784d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,11 @@ $ rustup target add "${arch}-unknown-linux-musl"
$ sudo ln -s /usr/bin/g++ /bin/musl-g++ $ sudo ln -s /usr/bin/g++ /bin/musl-g++
``` ```
ppc64le-only: Manually install `protoc`, e.g.
```bash
$ sudo dnf install protobuf-compiler
```
Download the source files in the Kata containers repository and build the agent: Download the source files in the Kata containers repository and build the agent:
```bash ```bash
$ GOPATH="${GOPATH:-$HOME/go}" $ GOPATH="${GOPATH:-$HOME/go}"