mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	agent: Update build instructions
Fix the instructions explaining how to build the agent from source now that make needs to be run to auto-generate some source files. Fixes: #889. Signed-off-by: LiYa'nan <oliverliyn@gmail.com>
This commit is contained in:
		| @@ -46,6 +46,7 @@ $ [ "$arch" == "ppc64le" ] && arch=powerpc64le | ||||
| $ rustup target add "${arch}-unknown-linux-musl" | ||||
| $ sudo ln -s /usr/bin/g++ /bin/musl-g++ | ||||
| ``` | ||||
|  | ||||
| Download the source files in the Kata containers repository and build the agent: | ||||
| ```bash | ||||
| $ GOPATH="${GOPATH:-$HOME/go}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user