mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #1334 from clnperez/ppc64le-protoc
agent: README update to install protoc for ppc64le
This commit is contained in:
commit
d4391d784d
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user