Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
739 stars 128 forks source link

How to build virtlet from the source code? #911

Closed libbylg closed 4 years ago

libbylg commented 4 years ago

I am try to compile the virtlet from the source code. But I can not found any informations. Is there some guide?

lukaszo commented 4 years ago

see https://github.com/Mirantis/virtlet/blob/master/docs/docs/dev/build-tool.md

leyao-daily commented 4 years ago

what you need is just a network env and make your own change, then

cd %{your_virtlet_repo}
./build/cmd.sh build 

When rebuilding, exec './build/cmd.sh clean' before build

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.