You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
The runtime repository is missing a top level Makefile for building and (at least for now) selecting one of the 2 runtimes to be installed.
The Makefile installation step should also always create a symbolic link from kata-runtime to the runtime of choice binary name.
For example, in the cc-runtime case:
$ export KATA_RUNTIME=cc
$ make # Calls into make -C cc-runtime build-kata-system
$ make install # Calls into make -C cc-runtime install-kata-system and creates a link from kata-runtime to the cc binary