Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Missing runtime Makefile #15

@sameo

Description

@sameo

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions